e45e6ba2c3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
7 lines
329 B
Text
7 lines
329 B
Text
!!! 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/broadcast"
|
|
= render "layouts/public_head_panel", title: "group: #{@group.name}"
|
|
= render 'layouts/page', sidebar: 'layouts/nav/group'
|