diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 2d0731b42..1160a5d8c 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -1,3 +1,7 @@ +
+<%= link_to(l(:button_edit), {:controller => 'users', :action => 'edit', :id => @user}, :class => 'icon icon-edit') if User.current.admin? %> +
+

<%=h @user.name %>