chris@37:
chris@37: <%= watcher_tag(@wiki, User.current) %> chris@37:
chris@37: chris@37:

<%= l(:label_index_by_date) %>

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

<%= l(:label_no_data) %>

chris@37: <% end %> chris@37: chris@37: <% @pages_by_date.keys.sort.reverse.each do |date| %> chris@37:

<%= format_date(date) %>

chris@37: chris@37: <% end %> 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@37: <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'show', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %> chris@37: <%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %> chris@37: <% end %> chris@37: <% end %> chris@37: chris@37: <% content_for :header_tags do %> chris@37: <%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'show', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %> chris@37: <% end %>