gitlab-org--gitlab-foss/app/views/layouts/devise.html.haml

17 lines
493 B
Plaintext
Raw Normal View History

2011-10-28 15:25:00 +00:00
!!!
%html
%head
2012-01-26 07:50:11 +00:00
%meta{:charset => "utf-8"}
2011-10-28 15:25:00 +00:00
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
2011-12-28 07:18:50 +00:00
= favicon_link_tag 'favicon.ico'
2011-10-28 15:25:00 +00:00
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
= javascript_tag do
REQ_URI = "#{request.env["REQUEST_URI"]}";
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
%body.login-page
2011-11-01 20:51:20 +00:00
= render :partial => "layouts/flash"
2012-01-27 17:58:10 +00:00
.container-fluid= yield