Add missing label
This commit is contained in:
parent
9c42c197ce
commit
cc66dbeac9
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
- if current_user
|
||||
= link_to issues_group_url(@group, 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…
Reference in a new issue