Skip to content
Snippets Groups Projects
Commit c877b152 authored by Nur Rony's avatar Nur Rony
Browse files

removes extra if check

parent 0bde5c94
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,11 +8,10 @@
= render 'shared/issuable/nav', type: :issues
- if current_user
.nav-controls
- if current_user
= link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn' do
= icon('rss')
%span.icon-label
Subscribe
= link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn' do
= icon('rss')
%span.icon-label
Subscribe
= render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue"
 
= render 'shared/issuable/filter', type: :issues
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment