X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/89f8f7af3539588c234496dd769f9042199bd248..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 @@
- +
@@ -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 %>