Patch #7574 ยป rss-autodiscovery-for-wiki-pages.patch
| app/views/wiki/show.rhtml | ||
|---|---|---|
| 52 | 52 | |
| 53 | 53 |
<% content_for :header_tags do %> |
| 54 | 54 |
<%= stylesheet_link_tag 'scm' %> |
| 55 |
<%= auto_discovery_link_tag(:atom, :format => :atom, |
|
| 56 |
:controller => 'projects', :action => 'activity', :project_id => @project, |
|
| 57 |
:year => nil, :month => nil, :show_wiki_pages => 1, :key => User.current.rss_key) %> |
|
| 55 | 58 |
<% end %> |
| 56 | 59 | |
| 57 | 60 |
<% content_for :sidebar do %> |