application.html.haml 498 Bytes
!!!
%html
  %head
    %title
      GitLab
    = 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{ :class => body_class, :id => yield(:boyd_id)}
    #container
      = render :partial => "layouts/flash"
      = render :partial => "layouts/head_panel"
      = render :partial => "layouts/page_title"
      = yield