diff --git a/views/blocks/software_highlights.html.erb b/views/blocks/software_highlights.html.erb index ba168e0..bcb4e07 100644 --- a/views/blocks/software_highlights.html.erb +++ b/views/blocks/software_highlights.html.erb @@ -9,6 +9,8 @@ MUST APPEAR AFTER THE SPAN --> diff --git a/views/search/_catalog_result_list.html.erb b/views/search/_catalog_result_list.html.erb index 57abb96..976a13d 100644 --- a/views/search/_catalog_result_list.html.erb +++ b/views/search/_catalog_result_list.html.erb @@ -9,7 +9,7 @@ <% if multiple_search?(@searches) %>

<%= @names[name] %>

<% if search[:results].total_entries > SearchController::MULTIPLE_SEARCH_LIMIT %> - <%= link_to(_('see all (%d)') % search[:results].total_entries, params.merge(:action => name), :class => 'see-more' ) %> + <%= link_to(_("see all (%d)") % search[:results].total_entries, params.merge(:action => name), :class => 'see-more' ) %> <% end %> <% end %> -- libgit2 0.21.2