X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..d8a1cbd27bcaeba879662f26f91efd0e76bb1f1f:/app/views/issues/index.html.erb?ds=sidebyside 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 @@
- +
@@ -32,7 +32,7 @@ <% @issues.each do |issue| %> - +
<%= t ".status" %>
<%= 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 %>