X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/11cc4a5e601dd288d601e6e35a72d159062f18b5..3666b674330ec8d14a224932a191d6121c5974e2:/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 %> |