@@ -3,7 +3,10 | |||
|
3 | 3 | <% end -%> |
|
4 | 4 | |
|
5 | 5 | <h3><%= l(:label_wiki) %></h3> |
|
6 | ||
|
7 |
<%= link_to |
|
|
8 |
<%= link_to |
|
|
9 | <%= link_to l(:label_index_by_date), {:controller => 'wiki', :project_id => @project, :action => 'date_index'} %><br /> | |
|
6 | <ul> | |
|
7 | <li><%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %></li> | |
|
8 | <li><%= link_to(l(:label_index_by_title), {:action => 'index'}) %></li> | |
|
9 | <li><%= link_to(l(:label_index_by_date), | |
|
10 | {:controller => 'wiki', :project_id => @project, | |
|
11 | :action => 'date_index'}) %></li> | |
|
12 | </ul> |
General Comments 0
You need to be logged in to leave comments.
Login now