Sha256: 4a2574262e5a2d683f1a70e985682020148ff3c06fcc1eb7f7c04922d87e058e

Contents?: true

Size: 367 Bytes

Versions: 6

Compression:

Stored size: 367 Bytes

Contents

<h4><%= t('activerecord.models.carrier_type') -%></h4>
<ul>
  <%- @carrier_type_facet.each do |facet| -%>
    <li><%= carrier_type_facet(facet) %></li>
  <%- end -%>
  <%- if params[:carrier_type] -%>
    <li><%= link_to t('page.remove_this_facet'), url_for(request.params.merge(carrier_type: nil, page: nil, view: nil, only_path: true)) -%></li>
  <%- end -%>
</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/_carrier_type_facet.html.erb
enju_biblio-0.3.17 app/views/manifestations/_carrier_type_facet.html.erb
enju_biblio-0.3.16 app/views/manifestations/_carrier_type_facet.html.erb
enju_biblio-0.3.15 app/views/manifestations/_carrier_type_facet.html.erb
enju_biblio-0.3.14 app/views/manifestations/_carrier_type_facet.html.erb
enju_biblio-0.3.13 app/views/manifestations/_carrier_type_facet.html.erb