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 / app / views / wiki / _sidebar.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (391 Bytes)

1
<% if @wiki && @wiki.sidebar -%>
2
  <%= textilizable @wiki.sidebar.content, :text %>
3
<% end -%>
4

    
5
<h3><%= l(:label_wiki) %></h3>
6

    
7
<%= link_to l(:field_start_page), {:action => 'show', :id => nil} %><br />
8
<%= link_to l(:label_index_by_title), {:action => 'index'} %><br />
9
<%= link_to l(:label_index_by_date), {:controller => 'wiki', :project_id => @project, :action => 'date_index'} %><br />