X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff7ddb6b86bf918a9418af7382836b41594d45e4..95fa01c8f8d2bf2727c0322be53488bd288357c4:/app/views/issues/_reports.html.erb diff --git a/app/views/issues/_reports.html.erb b/app/views/issues/_reports.html.erb index 143f2d887..d11bca0a9 100644 --- a/app/views/issues/_reports.html.erb +++ b/app/views/issues/_reports.html.erb @@ -1,14 +1,16 @@ <% reports.each do |report| %> -
-
+
+
<%= link_to user_thumbnail(report.user), user_path(report.user) %>
-

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

-

<%= report.details %>

+
+

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

+
<%= report.details.to_html %>
+

<% end %>