diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-05 16:31:19 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-05 16:31:19 +0200 |
commit | 4bef939e27d7a6b2df9984f445485207f3dacd43 (patch) | |
tree | 8e2dbd7fdd8e4a3b188dd8ab1b8becca64b4ad45 | |
parent | c24958365fa739357e7a090e10c233860008dcd3 (diff) | |
download | gitlab-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.haml | 3 |
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') |