summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-18 12:19:36 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-18 12:19:36 +0200
commit1195ecd1985494704fcbd859078e5ba99182ece0 (patch)
treed9298e1bbacee6b47afbe0d8b9a31af6d72d94ab
parent99b8568ff79b188d664de9744797ce4013e55526 (diff)
downloadgitlab-ce-1195ecd1985494704fcbd859078e5ba99182ece0.tar.gz
Add tooltip.
-rw-r--r--app/views/projects/buttons/_notifications.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/buttons/_notifications.html.haml b/app/views/projects/buttons/_notifications.html.haml
index 9783ff8431c..0c298844912 100644
--- a/app/views/projects/buttons/_notifications.html.haml
+++ b/app/views/projects/buttons/_notifications.html.haml
@@ -14,7 +14,7 @@
= notification_list_item(level, @membership)
- when GroupMember
- .btn.btn-new.disabled
+ .btn.btn-new.disabled.has_tooltip{title: "To change the notification level, you need to be a member of the project itself, not only its group."}
= icon('bell')
= notification_label(@membership)
= icon('angle-down')