scm: code clean up repositories/show.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5136 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3328a1fc37
commit
78f11a232f
|
@ -23,7 +23,10 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% content_for :header_tags do %>
|
<% content_for :header_tags do %>
|
||||||
<%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :action => 'revisions', :id => @project, :page => nil, :key => User.current.rss_key})) %>
|
<%= auto_discovery_link_tag(
|
||||||
|
:atom, params.merge(
|
||||||
|
{:format => 'atom', :action => 'revisions',
|
||||||
|
:id => @project, :page => nil, :key => User.current.rss_key})) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% other_formats_links do |f| %>
|
<% other_formats_links do |f| %>
|
||||||
|
|
Loading…
Reference in New Issue