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

16 lines
446 B
Text
Raw Normal View History

2011-10-28 11:25:00 -04:00
!!!
%html
%head
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
2011-12-28 02:18:50 -05:00
= favicon_link_tag 'favicon.ico'
2011-10-28 11:25:00 -04: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 16:51:20 -04:00
= render :partial => "layouts/flash"
2011-10-28 11:25:00 -04:00
= yield