diff options
-rw-r--r-- | app/views/my/page.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="contextual"> - <%= link_to l(:label_personalize_page), :action => 'page_layout' %> + <%= link_to l(:label_personalize_page), {:action => 'page_layout'}, :class => 'icon icon-edit' %> </div> <h2><%=l(:label_my_page)%></h2> |