diff options
Diffstat (limited to 'app/views/users/edit.rhtml')
-rw-r--r-- | app/views/users/edit.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/users/edit.rhtml b/app/views/users/edit.rhtml index b67ccc2be..f5538c167 100644 --- a/app/views/users/edit.rhtml +++ b/app/views/users/edit.rhtml @@ -1,4 +1,5 @@ <div class="contextual"> +<%= link_to l(:label_profile), {:controller => 'users', :action => 'show', :id => @user}, :class => 'icon icon-user' %> <%= change_status_link(@user) %> </div> |