Skip to content
Snippets Groups Projects
Commit cba86eed authored by Douwe Maan's avatar Douwe Maan
Browse files

Add feed button to dashboard and group issue pages.

parent 8917ae39
No related branches found
No related tags found
No related merge requests found
Loading
@@ -10,5 +10,11 @@
Loading
@@ -10,5 +10,11 @@
%hr %hr
   
.append-bottom-20 .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/issuable_filter'
= render 'shared/issues' = render 'shared/issues'
Loading
@@ -14,5 +14,11 @@
Loading
@@ -14,5 +14,11 @@
%hr %hr
   
.append-bottom-20 .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/issuable_filter'
= render 'shared/issues' = render 'shared/issues'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment