2010-04-11 16:56:18 +04:00
|
|
|
<% if @wiki && @wiki.sidebar -%>
|
|
|
|
<%= textilizable @wiki.sidebar.content, :text %>
|
|
|
|
<% end -%>
|
|
|
|
|
2007-09-22 17:17:49 +04:00
|
|
|
<h3><%= l(:label_wiki) %></h3>
|
|
|
|
|
2010-10-27 20:27:06 +04:00
|
|
|
<%= link_to l(:field_start_page), {:action => 'show', :id => nil} %><br />
|
2010-10-25 20:16:46 +04:00
|
|
|
<%= link_to l(:label_index_by_title), {:action => 'index'} %><br />
|
2010-10-18 19:27:49 +04:00
|
|
|
<%= link_to l(:label_index_by_date), {:action => 'date_index'} %><br />
|