X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493..abc83298cdc9f63a1956ee5a7d30f75b7c7dec07:/app/views/issues/_reports.html.erb?ds=inline diff --git a/app/views/issues/_reports.html.erb b/app/views/issues/_reports.html.erb index 5303ae0c5..143f2d887 100644 --- a/app/views/issues/_reports.html.erb +++ b/app/views/issues/_reports.html.erb @@ -1,19 +1,14 @@ <% reports.each do |report| %> -
+ <%= 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 %>