summaryrefslogtreecommitdiff
path: root/app/views/layouts/public_group.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/public_group.html.haml')
-rw-r--r--app/views/layouts/public_group.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/layouts/public_group.html.haml b/app/views/layouts/public_group.html.haml
new file mode 100644
index 00000000000..a289b784725
--- /dev/null
+++ b/app/views/layouts/public_group.html.haml
@@ -0,0 +1,10 @@
+!!! 5
+%html{ lang: "en"}
+ = render "layouts/head", title: group_head_title
+ %body{class: "#{app_theme} application", :'data-page' => body_data_page}
+ = render "layouts/broadcast"
+ = render "layouts/public_head_panel", title: "group: #{@group.name}"
+ %nav.main-nav.navbar-collapse.collapse
+ .container= render 'layouts/nav/group'
+ .container
+ .content= yield