X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/420a7289a0b08eee091f6650c2e83166df3fbe69..349200fb0a36cbf9142487ee98c3361c8e4a655f:/app/views/issues/_reports.html.erb diff --git a/app/views/issues/_reports.html.erb b/app/views/issues/_reports.html.erb index 427cbe909..2d1b78800 100644 --- a/app/views/issues/_reports.html.erb +++ b/app/views/issues/_reports.html.erb @@ -1,16 +1,17 @@ <% reports.each do |report| %> -
-
- <%= link_to user_thumbnail(report.user), user_path(report.user) %> +
+
+ <%= link_to user_thumbnail(report.user), report.user %> +
+
+

+ <%= t ".reported_by_html", :category => report.category, + :user => link_to(report.user.display_name, report.user), + :updated_at => tag.time(l(report.updated_at.to_datetime, :format => :friendly), + :datetime => report.updated_at.xmlschema) %> +

+
<%= report.details.to_html %>
- <%= t ".reported_by_html", :category => report.category, :user => link_to(report.user.display_name, user_path(report.user)) %> -
- - <%= t(".updated_at", :datetime => l(report.updated_at.to_datetime, :format => :friendly)) %> - -
- <%= report.details %> -

<% end %>