2012-10-02 12:37:53 -04:00
|
|
|
!!! 5
|
|
|
|
%html{ lang: "en"}
|
2013-11-13 03:35:10 -05:00
|
|
|
= 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}
|
2015-02-13 08:31:42 -05:00
|
|
|
= render "layouts/head_panel", title: link_to(@group.name, group_path(@group))
|
2014-12-20 18:11:08 -05:00
|
|
|
= render 'layouts/page', sidebar: 'layouts/nav/group'
|