summaryrefslogtreecommitdiff
path: root/app/views/shared/_label.html.haml
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-10 21:59:26 +0200
committerwinh <winnie@gitlab.com>2017-08-29 15:13:22 +0200
commitfde951b8dcb61625df5fc0d3144154fd93d3ea76 (patch)
treedda8eeb3970040d1d1a9c3f4a663cced86bef7f4 /app/views/shared/_label.html.haml
parent6f0f65becbbe968bd26a5a3872044d7b8633bf2e (diff)
downloadgitlab-ce-fde951b8dcb61625df5fc0d3144154fd93d3ea76.tar.gz
Make label actions dropdown style consistentwinh-label-action-dropdown
Diffstat (limited to 'app/views/shared/_label.html.haml')
-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)