##// END OF EJS Templates
use li tags for issue links in the wiki sidebar (#13242)...
Toshi MARUYAMA -
r11545:eb8770899ca2
parent child
Show More
@@ -3,7 +3,10
3 3 <% end -%>
4 4
5 5 <h3><%= l(:label_wiki) %></h3>
6
7 <%= link_to l(:field_start_page), {:action => 'show', :id => nil} %><br />
8 <%= link_to l(:label_index_by_title), {:action => 'index'} %><br />
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