summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
blob: f4a6bee15f68c6e6022179bb4378e7bca15a64af (plain)
1
2
3
4
5
6
!!! 5
%html{ lang: "en"}
  = render "layouts/head", title: group_head_title
  %body{class: "#{app_theme}  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'