summaryrefslogtreecommitdiff
path: root/app/views/projects/_activity.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-02-23 16:21:41 +0000
committerPhil Hughes <me@iamphill.com>2017-02-23 16:21:41 +0000
commit4feefd36463b494dc0d9f80138a6c6fcc1e7337a (patch)
tree046d17e50b58b52905f9f3a994840530fba4ecc9 /app/views/projects/_activity.html.haml
parentfae2650cbc23c95242124a0a6d9e9c79948cac6d (diff)
downloadgitlab-ce-4feefd36463b494dc0d9f80138a6c6fcc1e7337a.tar.gz
Fixed alignment of RSS button on activity pagesrss-btn-alignment-fix
Added a tooltip to the buttons that did not have any Closes #28572
Diffstat (limited to 'app/views/projects/_activity.html.haml')
-rw-r--r--app/views/projects/_activity.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_activity.html.haml b/app/views/projects/_activity.html.haml
index 0ea733cb978..4268337fd6d 100644
--- a/app/views/projects/_activity.html.haml
+++ b/app/views/projects/_activity.html.haml
@@ -4,7 +4,7 @@
.nav-block.activity-filter-block
- if current_user
.controls
- = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Feed", class: 'btn rss-btn' do
+ = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), title: "Subscribe", class: 'btn rss-btn has-tooltip' do
= icon('rss')
= render 'shared/event_filter'