This has so much copy/paste code it hurts, the new list*_rss methods are just copies of the old list* methods, but see #1927 for that.
13 lines
374 B
Text
13 lines
374 B
Text
<h1><%= t'changeset.list.recent_changes' %></h1>
|
|
<p><%= t'changeset.list.recently_edited_changesets' %></p>
|
|
|
|
<%= render :partial => 'changesets' %>
|
|
|
|
<p><%= t'changeset.list.for_more_changesets' %></p>
|
|
<br>
|
|
|
|
<%= rss_link_to :action => 'list_rss' %>
|
|
|
|
<% content_for :head do %>
|
|
<%= auto_discovery_link_tag :atom, :controller => 'changeset', :action => 'list_rss' %>
|
|
<% end %>
|