summaryrefslogtreecommitdiff
path: root/app/views/layouts/public_groups.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/public_groups.html.haml')
-rw-r--r--app/views/layouts/public_groups.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/layouts/public_groups.html.haml b/app/views/layouts/public_groups.html.haml
deleted file mode 100644
index bfa37b067b9..00000000000
--- a/app/views/layouts/public_groups.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-!!! 5
-%html{ lang: "en"}
- = render "layouts/head", title: "Public Groups"
- %body{class: "#{app_theme} application", :'data-page' => body_data_page}
- = render "layouts/broadcast"
- - if current_user
- = render "layouts/head_panel", title: "Public Groups"
- - else
- = render "layouts/public_head_panel", title: "Public Groups"
- .container.navless-container
- .content= yield