Sha256: 81727a58a1b2ba2a40f0fb22133a88c5ad5d76040da709df9246171c6c53718c

Contents?: true

Size: 565 Bytes

Versions: 10

Compression:

Stored size: 565 Bytes

Contents

<li class="expandable_new grey">
   <% id = facet_field.label.gsub(" ","_") %>
   <!--button class="btn dropdown" data-toggle="collapse" data-target="#collapse_<%= id%>" data-parent="#facet_group"><i class="icon-chevron-right"></i> <%= facet_field.label%></button-->

    <a class="accordion-toggle grey" data-toggle="collapse" data-parent="#facet_group" data-target="#collapse_<%= id%>">
      <%= facet_field.label %><i class="icon-chevron-right grey"></i>
    </a>

  <div id="collapse_<%= id%>" class="accordion-body collapse">
      <%= yield %>
  </div>
</li>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/catalog/_facet_layout.html.erb
curate-0.6.5 app/views/catalog/_facet_layout.html.erb
curate-0.6.4 app/views/catalog/_facet_layout.html.erb
curate-0.6.3 app/views/catalog/_facet_layout.html.erb
curate-0.6.1 app/views/catalog/_facet_layout.html.erb
curate-0.6.0 app/views/catalog/_facet_layout.html.erb
curate-0.5.6 app/views/catalog/_facet_layout.html.erb
curate-0.5.5 app/views/catalog/_facet_layout.html.erb
curate-0.5.4 app/views/catalog/_facet_layout.html.erb
curate-0.5.2 app/views/catalog/_facet_layout.html.erb