holderdeord/hdo-site

View on GitHub
app/views/promises/_query_explanation.html.erb

Summary

Maintainability
Test Coverage
<% if @search.open? %>
  Du har gjort et åpent søk og har funnet <strong><%= number_with_delimiter @search.hits, delimiter: ' ' -%></strong> løfter.
<% else %>
  Du ser etter løfter

  <% if @search.q? %>
    om <strong><%= @search.q %></strong>
  <% end %>

  <% if @search.promisor? %>
    fra <strong><%= @search.promisor %></strong>
  <% end %>

  <% if @search.parliament_period? %>
    for perioden <strong><%= @search.parliament_period %></strong>
  <% end %>

  <% if @search.category? %>
    som ligger i kategorien <strong><%= @search.category %></strong>
  <% end %>

  og har fått <strong><%= number_with_delimiter @search.hits, delimiter: ' ' -%></strong> treff.

  <%= link_to 'Fjern alle filtre', promises_path %></small>
<% end -%>