Sha256: 4631f7862dacee457b22afae23826012f8316631df1917e2835f14bcc9b6820a

Contents?: true

Size: 564 Bytes

Versions: 10

Compression:

Stored size: 564 Bytes

Contents

<li class="expandable_new grey">
   <% id = facet_field.label.sub(" ","_") %>
   <!--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.5.1 app/views/catalog/_facet_layout.html.erb
curate-0.5.0 app/views/catalog/_facet_layout.html.erb
curate-0.4.2 app/views/catalog/_facet_layout.html.erb
curate-0.3.2 app/views/catalog/_facet_layout.html.erb
curate-0.3.1 app/views/catalog/_facet_layout.html.erb
curate-0.2.0 app/views/catalog/_facet_layout.html.erb
curate-0.1.3 app/views/catalog/_facet_layout.html.erb
curate-0.1.2 app/views/catalog/_facet_layout.html.erb
curate-0.1.1 app/views/catalog/_facet_layout.html.erb
curate-0.1.0 app/views/catalog/_facet_layout.html.erb