Commit e19c7ac2 authored by Felix Schäfer's avatar Felix Schäfer

Add an RSS autodiscovery tag to wiki pages. #168

Contributed by Yuki Sonoda.
parent 565e738d
......@@ -52,6 +52,9 @@
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<%= auto_discovery_link_tag(:atom, :format => :atom,
:controller => 'projects', :action => 'activity', :project_id => @project,
:year => nil, :month => nil, :show_wiki_pages => 1, :key => User.current.rss_key) %>
<% end %>
<% content_for :sidebar do %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment