Sha256: 7a9ec43437ef335336f5e97b237bc279aab451545de124b4e4c6d07a94b63153
Contents?: true
Size: 456 Bytes
Versions: 34
Compression:
Stored size: 456 Bytes
Contents
<% if @wiki && @wiki.sidebar -%> <%= textilizable @wiki.sidebar.content, :text %> <% end -%> <h3><%= l(:label_wiki) %></h3> <ul> <li><%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %></li> <li><%= link_to(l(:label_index_by_title), {:action => 'index'}) %></li> <li><%= link_to(l(:label_index_by_date), {:controller => 'wiki', :project_id => @project, :action => 'date_index'}) %></li> </ul>
Version data entries
34 entries across 34 versions & 1 rubygems