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

17 lines
422 B
Text
Raw Normal View History

2011-10-09 00:36:38 +03:00
!!!
%html
%head
2012-01-26 09:50:11 +02:00
%meta{:charset => "utf-8"}
2011-10-09 00:36:38 +03:00
%title
2011-11-05 14:26:06 +02:00
GitLab
2011-12-16 13:12:20 -05:00
= favicon_link_tag 'favicon.ico'
2011-10-09 00:36:38 +03:00
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
2012-01-26 19:25:35 +02:00
%body.application
= render :partial => "layouts/flash"
2012-01-26 19:25:35 +02:00
= render :partial => "layouts/head_panel"
.container-fluid
.sidebar= render :partial => "dashboard/sidebar"
.content= yield