comparison app/views/wiki/.svn/text-base/index.html.erb.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 94944d00e43c
children
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
6 6
7 <% if @pages.empty? %> 7 <% if @pages.empty? %>
8 <p class="nodata"><%= l(:label_no_data) %></p> 8 <p class="nodata"><%= l(:label_no_data) %></p>
9 <% end %> 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 <% content_for :sidebar do %> 13 <% content_for :sidebar do %>
14 <%= render :partial => 'sidebar' %> 14 <%= render :partial => 'sidebar' %>
15 <% end %> 15 <% end %>
16 16
17 <% unless @pages.empty? %> 17 <% unless @pages.empty? %>
18 <% other_formats_links do |f| %> 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 <%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %> 20 <%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
21 <% end %> 21 <% end %>
22 <% end %> 22 <% end %>
23 23
24 <% content_for :header_tags do %> 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 <% end %> 26 <% end %>