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

19 lines
533 B
Plaintext
Raw Normal View History

2011-10-08 21:36:38 +00:00
!!!
%html
%head
%title
2011-11-05 12:26:06 +00:00
GitLab
2011-12-16 18:12:20 +00:00
= favicon_link_tag 'favicon.ico'
2011-10-08 21:36:38 +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"]}";
2011-11-03 22:37:02 +00:00
%body{ :class => body_class, :id => yield(:boyd_id)}
= render :partial => "layouts/flash"
#container
2011-10-31 10:30:53 +00:00
= render :partial => "layouts/head_panel"
2011-11-05 12:26:06 +00:00
= render :partial => "layouts/page_title"
= yield