Fix atom feed links
This commit is contained in:
parent
3ad931ca92
commit
545dc7e47d
3 changed files with 4 additions and 4 deletions
|
@ -19,5 +19,5 @@
|
|||
- if current_page?(project_commits_path(@project)) && current_user.private_token
|
||||
%li.right
|
||||
%span.rss-icon
|
||||
= link_to project_commits_path(@project, :atom, { private_token: current_user.private_token, ref: @ref }), title: "Feed" do
|
||||
= link_to project_commits_path(@project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed" do
|
||||
= image_tag "rss_ui.png", title: "feed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue