Sha256: 39e363b59d48991a55b34d81ddcccfdb9752dad094acafc5ca2f076ff5997e37

Contents?: true

Size: 699 Bytes

Versions: 16

Compression:

Stored size: 699 Bytes

Contents

<h4><%= t('activerecord.attributes.reserve.state') -%></h4>
<%- unless @state_facet.blank? -%>
  <ul>
    <% @state_facet.each do |state| %>
      <li>
        <% if state.value == params[:state].to_s.downcase %><strong><% end %>
        <%= link_to "#{i18n_state(state.value)} (#{state.count})", url_for(params.permit.merge(state: state.value, page: nil, view: nil, only_path: true)) %>
        <% if state.value == params[:state].to_s.downcase %></strong><% end %>
      </li>
    <% end %>
    <%- if params[:state] -%>
      <li><%= link_to t('page.remove_this_facet'), url_for(params.permit.merge(state: nil, page: nil, view: nil, only_path: true)) -%></li>
    <%- end -%>
  </ul>
<%- end -%>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_circulation-0.3.3 app/views/reserves/_state_facet.html.erb
enju_circulation-0.3.2 app/views/reserves/_state_facet.html.erb
enju_circulation-0.3.1 app/views/reserves/_state_facet.html.erb
enju_circulation-0.3.0 app/views/reserves/_state_facet.html.erb
enju_circulation-0.3.0.rc.1 app/views/reserves/_state_facet.html.erb
enju_circulation-0.3.0.beta.1 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.5 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.4 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.3 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.2 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.1 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.0 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.0.beta.4 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.0.beta.3 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.0.beta.2 app/views/reserves/_state_facet.html.erb
enju_circulation-0.2.0.beta.1 app/views/reserves/_state_facet.html.erb