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

15 lines
409 B
Plaintext
Raw Normal View History

2011-10-28 17:25:00 +02:00
!!!
%html
%head
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= 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"
2011-10-28 17:25:00 +02:00
= yield