Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-15 22:34:45 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-18 22:45:44 +0300
commitcc66dbeac9754af7253d83d379c6a3b60bc7d6fd (patch)
tree7129d026cba279c348545d0e0421e13276282756 /app/views/groups
parent9c42c197ce31c1ac9d77d97aec294cf4fee826da (diff)
Add missing label
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/issues.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index b0805593fdc..aea35c50862 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -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