annotate .svn/pristine/d6/d6359025a5eb4f10b9cc606f83ccdea5749d7ce4.svn-base @ 1516:b450a9d58aed
redmine-2.4
Update to Redmine SVN revision 13356 on 2.4-stable branch
author |
Chris Cannam |
date |
Tue, 09 Sep 2014 09:28:31 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 <% if @wiki && @wiki.sidebar -%>
|
Chris@909
|
2 <%= textilizable @wiki.sidebar.content, :text %>
|
Chris@909
|
3 <% end -%>
|
Chris@909
|
4
|
Chris@909
|
5 <h3><%= l(:label_wiki) %></h3>
|
Chris@909
|
6
|
Chris@909
|
7 <%= link_to l(:field_start_page), {:action => 'show', :id => nil} %><br />
|
Chris@909
|
8 <%= link_to l(:label_index_by_title), {:action => 'index'} %><br />
|
Chris@909
|
9 <%= link_to l(:label_index_by_date), {:action => 'date_index'} %><br />
|