diff --git a/app/views/tag/show/_tab_content.html.erb b/app/views/tag/show/_tab_content.html.erb index 6ef04de4b8..4c340182f4 100644 --- a/app/views/tag/show/_tab_content.html.erb +++ b/app/views/tag/show/_tab_content.html.erb @@ -37,9 +37,14 @@ <% if @node_type == "wiki" %>
+ <% if @nodes.nil? || @nodes.length == 0 %> +

<%= raw translation('tag.show.no_results_found', tag: params[:id]) %>:

+

Search for "<%= params[:id] %>"

+ <% else %> <%= render partial: "wiki/wikis" %> + <% end %>
- <% end %> + <% end %> <% if @node_type == "maps" %>