diff options
| author | Douwe Maan <douwe@gitlab.com> | 2015-10-18 12:19:36 +0200 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2015-10-18 12:19:36 +0200 |
| commit | 1195ecd1985494704fcbd859078e5ba99182ece0 (patch) | |
| tree | d9298e1bbacee6b47afbe0d8b9a31af6d72d94ab | |
| parent | 99b8568ff79b188d664de9744797ce4013e55526 (diff) | |
| download | gitlab-ce-1195ecd1985494704fcbd859078e5ba99182ece0.tar.gz | |
Add tooltip.
| -rw-r--r-- | app/views/projects/buttons/_notifications.html.haml | 2 |
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') |
