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" %>
<%= raw translation('tag.show.no_results_found', tag: params[:id]) %>:
+ + <% else %> <%= render partial: "wiki/wikis" %> + <% end %>