summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-26 08:14:18 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-26 08:14:18 -0600
commitca40ef955a792a99a3248cbf55d63a9507d3bb20 (patch)
treefad97bc98147e7e1774a4105ee8eaddbc89e796f
parenta4cba1cac55c9c0b51b70bda0e366cb08f6b036b (diff)
downloadgitlab-ce-ui-updates.tar.gz
Add tooltip to subscribe btnui-updates
-rw-r--r--app/views/projects/issues/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml
index ff15815d7a6..5fbed8b9ab8 100644
--- a/app/views/projects/issues/index.html.haml
+++ b/app/views/projects/issues/index.html.haml
@@ -19,7 +19,7 @@
= render 'shared/issuable/nav', type: :issues
.nav-controls
- if current_user
- = link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn append-right-10', title: 'Subscribe' do
+ = link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn append-right-10 has-tooltip', title: 'Subscribe' do
= icon('rss')
- if can? current_user, :create_issue, @project
= link_to new_namespace_project_issue_path(@project.namespace,