summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-05 16:31:19 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-05 16:31:19 +0200
commit4bef939e27d7a6b2df9984f445485207f3dacd43 (patch)
tree8e2dbd7fdd8e4a3b188dd8ab1b8becca64b4ad45
parentc24958365fa739357e7a090e10c233860008dcd3 (diff)
downloadgitlab-ce-4bef939e27d7a6b2df9984f445485207f3dacd43.tar.gz
Remove group rss icon since it depends on context and duplciates on other pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/views/layouts/nav/_group.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/layouts/nav/_group.html.haml b/app/views/layouts/nav/_group.html.haml
index b4b528c614f..5c11d3c36c6 100644
--- a/app/views/layouts/nav/_group.html.haml
+++ b/app/views/layouts/nav/_group.html.haml
@@ -1,8 +1,5 @@
- if current_user
.controls
- - if current_path?('groups#show')
- = link_to icon('rss'), group_path(@group, { format: :atom, private_token: current_user.private_token }), title: "Feed", class: 'btn btn-gray rss-btn'
-
%span.dropdown.group-settings-dropdown
%a.dropdown-new.btn.btn-gray#group-settings-button{href: '#', 'data-toggle' => 'dropdown'}
= icon('cog')