diff --git a/app/views/users/_toolbar.html b/app/views/users/_toolbar.html index 5b4bc72190..882998491d 100644 --- a/app/views/users/_toolbar.html +++ b/app/views/users/_toolbar.html @@ -1,8 +1,7 @@ -
-

<%= link_to l(:label_user_plural), :controller => '/users', :action => 'index' %> » <%= new_user ? l("label_user_new") : @user.login %>

+

<%= link_to l(:label_user_plural), :controller => '/users', :action => 'index' %> » <%= new_user ? l("label_user_new") : @user.name %>

<% unless new_user %>