To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / wiki / .svn / text-base / index.html.erb.svn-base @ 442:753f1380d6bc
History | View | Annotate | Download (921 Bytes)
| 1 | 37:94944d00e43c | chris | <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 | 441:cbce1fd3b1b7 | Chris | <%= render_page_hierarchy(@pages_by_parent_id, nil, :timestamp => true) %> |
| 12 | 37:94944d00e43c | chris | |
| 13 | <% content_for :sidebar do %> |
||
| 14 | <%= render :partial => 'sidebar' %> |
||
| 15 | <% end %> |
||
| 16 | |||
| 17 | <% unless @pages.empty? %> |
||
| 18 | <% other_formats_links do |f| %> |
||
| 19 | 441:cbce1fd3b1b7 | Chris | <%= f.link_to 'Atom', :url => {:controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :key => User.current.rss_key} %>
|
| 20 | 37:94944d00e43c | chris | <%= 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 | 441:cbce1fd3b1b7 | Chris | <%= auto_discovery_link_tag(:atom, :controller => 'activities', :action => 'index', :id => @project, :show_wiki_edits => 1, :format => 'atom', :key => User.current.rss_key) %> |
| 26 | 37:94944d00e43c | chris | <% end %> |