summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-20 13:11:09 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-24 11:54:05 -0600
commitf87774a662d6846b27247b45c30e45ca428d9d8c (patch)
tree13db7b5ddfb9c625ba0f09ae2c6f47319b132622 /app/views/projects/issues/index.html.haml
parentbe1c8829b96d4d13d6e5de5be5a726446ef7de17 (diff)
downloadgitlab-ce-f87774a662d6846b27247b45c30e45ca428d9d8c.tar.gz
Speed up animation transition; add hover state to top right icons
Remove subscribe text from button
Diffstat (limited to 'app/views/projects/issues/index.html.haml')
-rw-r--r--app/views/projects/issues/index.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml
index 18e8372ecab..ff15815d7a6 100644
--- a/app/views/projects/issues/index.html.haml
+++ b/app/views/projects/issues/index.html.haml
@@ -19,10 +19,8 @@
= 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' do
+ = link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn append-right-10', title: 'Subscribe' do
= icon('rss')
- %span.icon-label
- Subscribe
- if can? current_user, :create_issue, @project
= link_to new_namespace_project_issue_path(@project.namespace,
@project,