Noosfero/noosfero

View on GitHub
app/views/search/_total.html.erb

Summary

Maintainability
Test Coverage
<div id='total-results'>
  <%= n_('Total of 1 result', 'Total of %s results'.html_safe, @searches[@asset][:results].total_entries) % @searches[@asset][:results].total_entries.inspect %>
</div>