gitlabhq/app/views/layouts/devise.html.haml

17 lines
493 B
Plaintext
Raw Normal View History

2011-10-28 17:25:00 +02:00
!!!
%html
%head
2012-01-26 08:50:11 +01:00
%meta{:charset => "utf-8"}
2011-10-28 17:25:00 +02:00
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
2011-12-28 08:18:50 +01:00
= favicon_link_tag 'favicon.ico'
2011-10-28 17:25:00 +02: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 21:51:20 +01:00
= render :partial => "layouts/flash"
2012-01-27 18:58:10 +01:00
.container-fluid= yield