Chris@1464: <% if @wiki && @wiki.sidebar -%>
Chris@1464: <%= textilizable @wiki.sidebar.content, :text %>
Chris@1464: <% end -%>
Chris@1464:
Chris@1464:
<%= l(:label_wiki) %>
Chris@1464:
Chris@1464: - <%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %>
Chris@1464: - <%= link_to(l(:label_index_by_title), {:action => 'index'}) %>
Chris@1464: - <%= link_to(l(:label_index_by_date),
Chris@1464: {:controller => 'wiki', :project_id => @project,
Chris@1464: :action => 'date_index'}) %>
Chris@1464: