Chris@0:
Chris@0: <%= watcher_tag(@wiki, User.current) %> Chris@0:
Chris@0: Chris@0:

<%= l(:label_index_by_title) %>

Chris@0: Chris@0: <% if @pages.empty? %> Chris@0:

<%= l(:label_no_data) %>

Chris@0: <% end %> Chris@0: Chris@0: <%= render_page_hierarchy(@pages_by_parent_id) %> Chris@0: Chris@0: <% content_for :sidebar do %> Chris@0: <%= render :partial => 'sidebar' %> Chris@0: <% end %> Chris@0: Chris@0: <% unless @pages.empty? %> Chris@0: <% other_formats_links do |f| %> Chris@0: <%= f.link_to 'Atom', :url => {:controller => 'projects', :action => 'activity', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %> Chris@0: <%= f.link_to('HTML', :url => {:action => 'special', :page => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %> Chris@0: <% end %> Chris@0: <% end %> Chris@0: Chris@0: <% content_for :header_tags do %> Chris@0: <%= auto_discovery_link_tag(:atom, :controller => 'projects', :action => 'activity', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %> Chris@0: <% end %>