diff options
Diffstat (limited to 'app/views/users/show.rhtml')
-rw-r--r-- | app/views/users/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.rhtml b/app/views/users/show.rhtml index 8816f108e..82634b010 100644 --- a/app/views/users/show.rhtml +++ b/app/views/users/show.rhtml @@ -2,7 +2,7 @@ <%= link_to(l(:button_edit), {:controller => 'users', :action => 'edit', :id => @user}, :class => 'icon icon-edit') if User.current.admin? %> </div> -<h2><%= avatar @user %> <%=h @user.name %></h2> +<h2><%= avatar @user, :size => "50" %> <%=h @user.name %></h2> <div class="splitcontentleft"> <ul> |