diff options
Diffstat (limited to 'app/views/repositories/show.html.erb')
-rw-r--r-- | app/views/repositories/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index adcce9f64..5533ff09d 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -45,14 +45,14 @@ :atom, :action => 'revisions', :id => @project, :repository_id => @repository.identifier_param, - :key => User.current.rss_key) %> + :key => User.current.atom_key) %> <% end %> <% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => {:action => 'revisions', :id => @project, :repository_id => @repository.identifier_param, - :key => User.current.rss_key} %> + :key => User.current.atom_key} %> <% end %> <% end %> <% end %> |