Revision 441:cbce1fd3b1b7 app/views/wiki/.svn/text-base

View differences:

app/views/wiki/.svn/text-base/date_index.html.erb.svn-base
23 23

  
24 24
<% unless @pages.empty? %>
25 25
<% other_formats_links do |f| %>
26
	<%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'show', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
26
	<%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
27 27
	<%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
28 28
<% end %>
29 29
<% end %>
30 30

  
31 31
<% content_for :header_tags do %>
32
<%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'show', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %>
32
<%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %>
33 33
<% end %>
app/views/wiki/.svn/text-base/edit.rhtml.svn-base
23 23

  
24 24
<% content_for :header_tags do %>
25 25
  <%= stylesheet_link_tag 'scm' %>
26
  <%= robot_exclusion_tag %>
26 27
<% end %>
27 28

  
28 29
<% html_title @page.pretty_title %>
app/views/wiki/.svn/text-base/index.html.erb.svn-base
8 8
<p class="nodata"><%= l(:label_no_data) %></p>
9 9
<% end %>
10 10

  
11
<%= render_page_hierarchy(@pages_by_parent_id) %>
11
<%= render_page_hierarchy(@pages_by_parent_id, nil, :timestamp => true) %>
12 12

  
13 13
<% content_for :sidebar do %>
14 14
  <%= render :partial => 'sidebar' %>
......
16 16

  
17 17
<% unless @pages.empty? %>
18 18
<% other_formats_links do |f| %>
19
	<%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'show', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
19
	<%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
20 20
	<%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
21 21
<% end %>
22 22
<% end %>
23 23

  
24 24
<% content_for :header_tags do %>
25
<%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'show', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %>
25
<%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %>
26 26
<% end %>

Also available in: Unified diff