diff --git a/app/views/public/api/v1/portals/search/index.html.erb b/app/views/public/api/v1/portals/search/index.html.erb index e14024b8c..27482dc6e 100644 --- a/app/views/public/api/v1/portals/search/index.html.erb +++ b/app/views/public/api/v1/portals/search/index.html.erb @@ -18,13 +18,25 @@ <%= I18n.t('public_portal.search.results') %> - +
<%= I18n.t('public_portal.search.found_results', count: @articles.size) %>
- + <% @articles.each do |article| %> <% end %> - + <% if @articles.respond_to?(:total_pages) && @articles.total_pages > 1 %>