X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/948fd8c8faf1016deb23b73eca0dadb6267603cf..0df788d74232330eea5c2d4854ba0d10796053eb:/app/views/issues/index.html.erb diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index f9f2c28f9..521b53ec0 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -1,5 +1,3 @@ -

<%= notice %>

- <% content_for :heading do %>

List of <%= @user_role %> issues:

<% end %> @@ -13,18 +11,23 @@ Search for a particular issue(s):
<%= submit_tag "Search" %> <% end %>
+ +<% if @issues.length == 0 %> +

<%= t ".search.issues_not_found" %>

+<% end %> +
- - - - - - - + + + + + + +
<%= sortable("status") %> <%= sortable("reports_count", "Number of Reports") %> <%= sortable("updated_at","Last updated at") %> <%= sortable("updated_by","Last updated by") %> Link to reports <%= sortable("reported_user_id","Reported User") %> Link to reported instanceStatusNumber of ReportsLast updated atLast updated byLink to reportsReported UserLink to reported instance