From 323b5bebc8d1c8e96e592e4a565f9520a267a8aa Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 17 Jan 2012 19:31:02 +0100 Subject: [PATCH] [#774] Move gravatar of issue author into the author tag --- app/views/issues/show.rhtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 4046b9ae..9642c289 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -5,9 +5,6 @@
-
- <%= avatar(@issue.author, :size => "40") %> -

<%=h(@issue.subject) %> (<%= h(@issue.tracker.name) + ' #' +@issue.id.to_s %>) @@ -15,6 +12,7 @@

+ <%= avatar(@issue.author, :size => "14") %> <%= authoring @issue.created_on, @issue.author %>. <% if @issue.created_on != @issue.updated_on %> <%= l(:label_updated_time, time_tag(@issue.updated_on)) %>.