To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 1f / 1fa67dac1aa9c162206c0f56eb10970df326cd79.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (923 Bytes)

1
<div class="contextual">
2
<%= watcher_tag(@wiki, User.current) %>
3
</div>
4

    
5
<h2><%= l(:label_index_by_title) %></h2>
6

    
7
<% if @pages.empty? %>
8
<p class="nodata"><%= l(:label_no_data) %></p>
9
<% end %>
10

    
11
<%= render_page_hierarchy(@pages_by_parent_id, nil, :timestamp => true) %>
12

    
13
<% content_for :sidebar do %>
14
  <%= render :partial => 'sidebar' %>
15
<% end %>
16

    
17
<% unless @pages.empty? %>
18
<% other_formats_links do |f| %>
19
  <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
20
  <%= f.link_to('HTML', :url => {:action => 'export'}) if User.current.allowed_to?(:export_wiki_pages, @project) %>
21
<% end %>
22
<% end %>
23

    
24
<% content_for :header_tags do %>
25
<%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %>
26
<% end %>