X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38efcc2f33066ae86f16313c40e0562e42acdbe1..2a89bf2e6cbd9eaa98143a38437b063c8c73aa96:/app/views/issues/index.html.erb diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 653cd462e..c5e83dce8 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -37,7 +37,7 @@ <%= issue.reports_count %> <%= l(issue.updated_at.to_datetime, :format => :friendly) %> <% if issue.user_updated %> <%= issue.user_updated.display_name %> <% else %> - <% end %> - <%= reports_url(issue) %> + <%= link_to reportable_title(issue.reportable), issue %> <%= link_to issue.reported_user.display_name , :controller => :user, :action => :view, :display_name => issue.reported_user.display_name %> <%= instance_url(issue.reportable) %>