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

19 lines
533 B
Plaintext
Raw Normal View History

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