diff -up redmine-2.6.5/app/views/activities/index.html.erb.orig redmine-2.6.5/app/views/activities/index.html.erb diff -up redmine-2.6.5/app/views/my/account.html.erb.orig redmine-2.6.5/app/views/my/account.html.erb --- redmine-2.6.5/app/views/my/account.html.erb.orig 2015-05-26 14:35:49.953993920 -0500 +++ redmine-2.6.5/app/views/my/account.html.erb 2015-05-26 15:24:24.704231267 -0500 @@ -1,9 +1,15 @@
<%= link_to(l(:button_change_password), {:action => 'password'}, :class => 'icon icon-passwd') if @user.change_password_allowed? %> +<% if Setting.gravatar_enabled? %> +<%= link_to('Gravatar', 'http://gravatar.com/', {:class=>'icon icon-user', :target=>'_blank'}) %> +<% end %> <%= call_hook(:view_my_account_contextual, :user => @user)%>
-

<%=l(:label_my_account)%>

+

+ <%= avatar(@user, :size => "50") %> + <%=l(:label_my_account)%> +

<%= error_messages_for 'user' %> <%= labelled_form_for :user, @user,