From: Eric Davis Date: Fri, 31 Oct 2008 00:09:36 +0000 (+0000) Subject: Tweaking of the CSS for the gravatars. #1776 X-Git-Tag: 0.8.0-RC1~127 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3bc2a5cf2fc99764b8cfc1aba4b414f8f6dbc966;p=redmine.git Tweaking of the CSS for the gravatars. #1776 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1970 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml index f12c4ec83..65b34d7c5 100644 --- a/app/views/issues/_history.rhtml +++ b/app/views/issues/_history.rhtml @@ -1,10 +1,10 @@ <% reply_links = authorize_for('issues', 'edit') -%> <% for journal in journals %>
- <%= gravatar(journal.user.mail.blank? ? "" : journal.user.mail, :size => "32") %>

<%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %>
<%= content_tag('a', '', :name => "note-#{journal.indice}")%> <%= format_time(journal.created_on) %> - <%= journal.user.name %>

+ <%= gravatar(journal.user.mail.blank? ? "" : journal.user.mail, :size => "32") %>