Commit 323b5beb authored by Holger Just's avatar Holger Just

[#774] Move gravatar of issue author into the author tag

parent 91c04f33
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
</div> </div>
<div class="<%= @issue.css_classes %> details"> <div class="<%= @issue.css_classes %> details">
<div class="profile-wrap">
<%= avatar(@issue.author, :size => "40") %>
</div>
<h1 class="subject"> <h1 class="subject">
<%=h(@issue.subject) %> (<%= h(@issue.tracker.name) + ' #' +@issue.id.to_s %>) <%=h(@issue.subject) %> (<%= h(@issue.tracker.name) + ' #' +@issue.id.to_s %>)
...@@ -15,6 +12,7 @@ ...@@ -15,6 +12,7 @@
<hr /> <hr />
<p class="author"> <p class="author">
<%= avatar(@issue.author, :size => "14") %>
<%= authoring @issue.created_on, @issue.author %>. <%= authoring @issue.created_on, @issue.author %>.
<% if @issue.created_on != @issue.updated_on %> <% if @issue.created_on != @issue.updated_on %>
<%= l(:label_updated_time, time_tag(@issue.updated_on)) %>. <%= l(:label_updated_time, time_tag(@issue.updated_on)) %>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment