X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/659270dafecbbc03ebcd9783f71ae5efc825c1f2..7ffec2eb389a446b583f6768934b273d665ec2a3:/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 f9f2c28f9..a490223ae 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,6 +11,11 @@ Search for a particular issue(s):
<%= submit_tag "Search" %> <% end %>
+ +<% if @issues.length == 0 %> +

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

+<% end %> +