X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cbea796ef412840af9a3ec2fd26bf08657fc4cd3..93f14890488d9ac7780c3e8ac3bdc2808b370f90:/app/views/issues/index.html.erb
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 1c45f4124..1f3ca3118 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -18,7 +18,7 @@
-
<%= t ".status" %> | @@ -32,7 +32,7 @@ <% @issues.each do |issue| %>|||||
---|---|---|---|---|---|
<%= t ".states.#{issue.status}" %> | -<%= link_to t(".reports_count", :count => issue.reports_count), issue %> | +<%= link_to t(".reports_count", :count => issue.reports_count), issue %> | <%= link_to reportable_title(issue.reportable), reportable_url(issue.reportable) %> | <%= link_to issue.reported_user.display_name, user_path(issue.reported_user) if issue.reported_user %> |