Index: app/views/users/show.html.erb IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- app/views/users/show.html.erb (revision 10570) +++ app/views/users/show.html.erb (revision ) @@ -2,7 +2,7 @@ <%= link_to(l(:button_edit), edit_user_path(@user), :class => 'icon icon-edit') if User.current.admin? %> -

<%= avatar @user, :size => "50" %> <%=h @user.name %>

+

<%= avatar @user, :size => "100" %> <%=h @user.name %>