From 37921422450f4b2a82699035b5842187bb5bf3f6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 29 Oct 2016 11:12:31 +0000 Subject: [PATCH] Adds icon. git-svn-id: http://svn.redmine.org/redmine/trunk@15933 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/my/page.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb index 87c6e4c56..a9a02becb 100644 --- a/app/views/my/page.html.erb +++ b/app/views/my/page.html.erb @@ -1,5 +1,5 @@
- <%= link_to l(:label_personalize_page), :action => 'page_layout' %> + <%= link_to l(:label_personalize_page), {:action => 'page_layout'}, :class => 'icon icon-edit' %>

<%=l(:label_my_page)%>

-- 2.39.5