2009-05-25 19:02:28 +00:00
|
|
|
<div class="contextual">
|
|
|
|
<%= watcher_tag(@wiki, User.current) %>
|
|
|
|
</div>
|
|
|
|
|
2007-09-27 19:35:53 +00:00
|
|
|
<h2><%= l(:label_index_by_title) %></h2>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2007-09-27 19:35:53 +00:00
|
|
|
<% if @pages.empty? %>
|
|
|
|
<p class="nodata"><%= l(:label_no_data) %></p>
|
|
|
|
<% end %>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2008-07-26 11:46:24 +00:00
|
|
|
<%= render_page_hierarchy(@pages_by_parent_id) %>
|
2007-09-27 19:35:53 +00:00
|
|
|
|
|
|
|
<% content_for :sidebar do %>
|
|
|
|
<%= render :partial => 'sidebar' %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% unless @pages.empty? %>
|
2009-01-29 13:53:17 +00:00
|
|
|
<% other_formats_links do |f| %>
|
2009-07-02 18:21:45 +00:00
|
|
|
<%= f.link_to 'Atom', :url => {:controller => 'projects', :action => 'activity', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
|
2010-02-06 09:30:53 +00:00
|
|
|
<%= f.link_to('HTML', :url => {:action => 'special', :page => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
|
2009-01-29 13:53:17 +00:00
|
|
|
<% end %>
|
2008-03-05 08:25:22 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% content_for :header_tags do %>
|
2009-07-02 18:21:45 +00:00
|
|
|
<%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %>
|
2007-09-27 19:35:53 +00:00
|
|
|
<% end %>
|