diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index 79e518f5f389b701ce44210b8020a868762563fb..62cc80a30dc866d706c7468df14a816c63e5cb2b 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -10,5 +10,11 @@
 %hr
 
 .append-bottom-20
+  .pull-right
+    - if current_user
+      .hidden-xs.pull-left
+        = link_to issues_dashboard_url(format: :atom, private_token: current_user.private_token), class: 'btn' do
+          %i.fa.fa-rss
+
   = render 'shared/issuable_filter'
 = render 'shared/issues'
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index bfdb862a2e9091b31c37d32b35d41211e03874b6..cf0da2da46696b37a2f34f9c0750c94a69bb5d15 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -14,5 +14,11 @@
 %hr
 
 .append-bottom-20
+  .pull-right
+    - if current_user
+      .hidden-xs.pull-left
+        = link_to issues_group_url(@group, format: :atom, private_token: current_user.private_token), class: 'btn' do
+          %i.fa.fa-rss
+
   = render 'shared/issuable_filter'
 = render 'shared/issues'