Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
14
app/views/wiki/_sidebar.html.erb
Normal file
14
app/views/wiki/_sidebar.html.erb
Normal file
|
@ -0,0 +1,14 @@
|
|||
<% if @wiki && @wiki.sidebar -%>
|
||||
<div class="wiki">
|
||||
<%= textilizable @wiki.sidebar.content, :text %>
|
||||
</div>
|
||||
<% 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>
|
Loading…
Add table
Add a link
Reference in a new issue