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

7 lines
306 B
Text
Raw Normal View History

2012-10-02 12:37:53 -04:00
!!! 5
%html{ lang: "en"}
= render "layouts/head", title: group_head_title
2014-12-14 20:01:59 -05:00
%body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page}
= render "layouts/head_panel", title: link_to(@group.name, group_path(@group))
= render 'layouts/page', sidebar: 'layouts/nav/group'