Project

General

Profile

Patch #13665 » atom_at_wiki_page_footer.patch

Marcin Krol, 2013-04-02 17:29

View differences:

app/views/wiki/show.html.erb
59 59
<% end %>
60 60
<% other_formats_links do |f| %>
61

  
62
  <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => Us
63

  
64

  
61 65
  <%= f.link_to 'PDF', :url => {:id => @page.title, :version => params[:version]} %>
62 66
  <%= f.link_to 'HTML', :url => {:id => @page.title, :version => params[:version]} %>
63 67
  <%= f.link_to 'TXT', :url => {:id => @page.title, :version => params[:version]} %>
(1-1/2)