summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-28 18:25:00 +0300
committergitlabhq <m@gitlabhq.com>2011-10-28 18:25:00 +0300
commit5d879a06433df6849e8c332e65bafdd8a1948ff0 (patch)
tree060e0421a8bb07d7ebc83136bfe36e4d402b683b /app/views/layouts/devise.html.haml
parent487ae906a948e72429c60a1b5abe9508ed516a32 (diff)
downloadgitlab-ce-5d879a06433df6849e8c332e65bafdd8a1948ff0.tar.gz
signin page
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
new file mode 100644
index 00000000000..d814a05807f
--- /dev/null
+++ b/app/views/layouts/devise.html.haml
@@ -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