annotate app/views/wiki/_sidebar.html.erb @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents 261b3d9a4903
children
rev   line source
Chris@0 1 <% if @wiki && @wiki.sidebar -%>
Chris@0 2 <%= textilizable @wiki.sidebar.content, :text %>
Chris@0 3 <% end -%>
Chris@0 4
Chris@0 5 <h3><%= l(:label_wiki) %></h3>
Chris@1464 6 <ul>
Chris@1464 7 <li><%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %></li>
Chris@1464 8 <li><%= link_to(l(:label_index_by_title), {:action => 'index'}) %></li>
Chris@1464 9 <li><%= link_to(l(:label_index_by_date),
Chris@1464 10 {:controller => 'wiki', :project_id => @project,
Chris@1464 11 :action => 'date_index'}) %></li>
Chris@1464 12 </ul>