chris@37:
Chris@1464: <%= watcher_link(@wiki, User.current) %> chris@37:
chris@37: chris@37:

<%= l(:label_index_by_title) %>

chris@37: chris@37: <% if @pages.empty? %> chris@37:

<%= l(:label_no_data) %>

chris@37: <% end %> chris@37: Chris@441: <%= render_page_hierarchy(@pages_by_parent_id, nil, :timestamp => true) %> chris@37: chris@37: <% content_for :sidebar do %> chris@37: <%= render :partial => 'sidebar' %> chris@37: <% end %> chris@37: chris@37: <% unless @pages.empty? %> chris@37: <% other_formats_links do |f| %> Chris@1115: <%= f.link_to 'Atom', Chris@1115: :url => {:controller => 'activities', :action => 'index', Chris@1115: :id => @project, :show_wiki_edits => 1, Chris@1115: :key => User.current.rss_key} %> Chris@1115: <% if User.current.allowed_to?(:export_wiki_pages, @project) %> Chris@1115: <%= f.link_to('PDF', :url => {:action => 'export', :format => 'pdf'}) %> Chris@1115: <%= f.link_to('HTML', :url => {:action => 'export'}) %> Chris@1115: <% end %> chris@37: <% end %> chris@37: <% end %> chris@37: chris@37: <% content_for :header_tags do %> Chris@1115: <%= auto_discovery_link_tag( Chris@1115: :atom, :controller => 'activities', :action => 'index', Chris@1115: :id => @project, :show_wiki_edits => 1, :format => 'atom', Chris@1115: :key => User.current.rss_key) %> chris@37: <% end %>