summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-08 21:31:29 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2017-03-08 21:31:29 +0000
commitb6b780cbf4c75183e349f63371b42117127fc4d8 (patch)
tree4e291d77465de3010a5eb3cfe6441e01324fb79b /app/views/dashboard
parent2d0056709228d1de4fb8304a9c66ee1ed001e12c (diff)
downloadgitlab-ce-b6b780cbf4c75183e349f63371b42117127fc4d8.tar.gz
Remove hidden text from subscribe button
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/issues.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index 9a4e423f896..10867140d4f 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -6,10 +6,8 @@
.top-area
= render 'shared/issuable/nav', type: :issues
.nav-controls
- = link_to params.merge(rss_url_options), class: 'btn' do
+ = link_to params.merge(rss_url_options), class: 'btn has-tooltip', title: 'Subscribe' do
= icon('rss')
- %span.icon-label
- Subscribe
= render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue"
= render 'shared/issuable/filter', type: :issues