Sha256: d2730ca422ca05c06a42d0bc19c562e7138666573dee22e3b606a75fdbedba06
Contents?: true
Size: 966 Bytes
Versions: 7
Compression:
Stored size: 966 Bytes
Contents
<%# Copyright © 2012 The Pennsylvania State University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. %> <li class="expandable_new grey"> <% id = facet_field.label.gsub(" ","_")+"_db" %> <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
7 entries across 7 versions & 1 rubygems