summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
blob: 98edcf3a1407ea4cd6c07223b877c00b377d5e4d (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: group_head_title
  %body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page}
    = render "layouts/head_panel", title: @group.name
    = render 'layouts/page', sidebar: 'layouts/nav/group'