commit c5464fa92d06a66034c57966f4e6dafdf4c3b1c5 Author: root Date: Tue Apr 2 17:09:12 2013 +0200 atom available on wiki page footer diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index b4386b7..3857200 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -59,6 +59,10 @@ <% end %> <% other_formats_links do |f| %> + + <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %> + + <%= f.link_to 'PDF', :url => {:id => @page.title, :version => params[:version]} %> <%= f.link_to 'HTML', :url => {:id => @page.title, :version => params[:version]} %> <%= f.link_to 'TXT', :url => {:id => @page.title, :version => params[:version]} %>