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