signin page

This commit is contained in:
gitlabhq 2011-10-28 18:25:00 +03:00
parent 487ae906a9
commit 5d879a0643
4 changed files with 38 additions and 19 deletions

View file

@ -0,0 +1,16 @@
!!!
%html
%head
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
%link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
%body.login-page
#container
= render :partial => "layouts/flash"
= yield