summaryrefslogtreecommitdiff
path: root/app/views/groups/_activities.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/_activities.html.haml')
-rw-r--r--app/views/groups/_activities.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_activities.html.haml b/app/views/groups/_activities.html.haml
index 71cc4d87b1f..c442cf056c3 100644
--- a/app/views/groups/_activities.html.haml
+++ b/app/views/groups/_activities.html.haml
@@ -4,7 +4,7 @@
.nav-block
- if current_user
.controls
- = link_to group_path(@group, format: :atom, private_token: current_user.private_token), class: 'btn rss-btn' do
+ = link_to group_path(@group, format: :atom, private_token: current_user.private_token), class: 'btn rss-btn has-tooltip' , title: 'Subscribe' do
%i.fa.fa-rss
= render 'shared/event_filter'