X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b578cee7597fbf4ea6e20ce3e9134dade790a80b..948fd8c8faf1016deb23b73eca0dadb6267603cf:/app/views/issues/index.html.erb diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 0eb2108b9..f9f2c28f9 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -19,7 +19,7 @@ Search for a particular issue(s):
<%= sortable("status") %> - <%= sortable("report_count", "Number of Reports") %> + <%= sortable("reports_count", "Number of Reports") %> <%= sortable("updated_at","Last updated at") %> <%= sortable("updated_by","Last updated by") %> Link to reports @@ -31,7 +31,7 @@ Search for a particular issue(s):
<% @issues.each do |issue| %> <%= issue.status.humanize %> - <%= issue.report_count %> + <%= 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) %>