diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-21 15:13:20 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-25 10:11:42 -0700 |
commit | 42dc515fb67da995f5aed05ec431c4aee58879da (patch) | |
tree | 0821e7120ff6754f5e69c6268963bb59415f8d54 /app/views/groups/show.html.haml | |
parent | 739422c9b4b23b62da50016671ec2206674f7c21 (diff) | |
download | gitlab-ce-42dc515fb67da995f5aed05ec431c4aee58879da.tar.gz |
Remove all old sub nav bars
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index f4f76887422..3ca63f9c3e0 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -4,7 +4,6 @@ = content_for :meta_tags do = auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity") -= render 'groups/head' = render 'groups/home_panel' .groups-header{ class: container_class } |