summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-04 07:28:29 +0000
committerPhil Hughes <me@iamphill.com>2017-09-04 07:28:29 +0000
commit70c347f01a6298af3937e4057ef6a2675e92510f (patch)
tree99da957223e2bf66967ebb93aa470df5cc4e1f5b /app/views
parentfd54a4678f23c9e18ce46b3803e5e57ffa1199a3 (diff)
parentfde951b8dcb61625df5fc0d3144154fd93d3ea76 (diff)
downloadgitlab-ce-70c347f01a6298af3937e4057ef6a2675e92510f.tar.gz
Merge branch 'winh-label-action-dropdown' into 'master'
Make label actions dropdown style consistent See merge request !13478
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/_label.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_label.html.haml b/app/views/shared/_label.html.haml
index 8ded7440de3..23a418ad640 100644
--- a/app/views/shared/_label.html.haml
+++ b/app/views/shared/_label.html.haml
@@ -14,10 +14,10 @@
%ul
%li
= link_to_label(label, subject: subject, type: :merge_request) do
- view merge requests
+ View merge requests
%li
= link_to_label(label, subject: subject) do
- view open issues
+ View open issues
- if current_user
%li.label-subscription
- if can_subscribe_to_label_in_different_levels?(label)