From eb8770899ca21b18a6317d55f158a15cd5502da5 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 3 May 2013 08:09:26 +0000 Subject: use li tags for issue links in the wiki sidebar (#13242) Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11775 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/_sidebar.html.erb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'app/views/wiki') diff --git a/app/views/wiki/_sidebar.html.erb b/app/views/wiki/_sidebar.html.erb index b4034d88b..7208376dc 100644 --- a/app/views/wiki/_sidebar.html.erb +++ b/app/views/wiki/_sidebar.html.erb @@ -3,7 +3,10 @@ <% end -%>

<%= l(:label_wiki) %>

- -<%= link_to l(:field_start_page), {:action => 'show', :id => nil} %>
-<%= link_to l(:label_index_by_title), {:action => 'index'} %>
-<%= link_to l(:label_index_by_date), {:controller => 'wiki', :project_id => @project, :action => 'date_index'} %>
+ -- cgit v1.2.3