Sha256: 7277746d3359437c2afc55cb7820b94b46bf10f8ea2cc3b42ddbc0bc78ab7034
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
<h4 class='contacts-header'><%= t :'.header' %></h4> <ol class="nav sidenav contacts flex-column"> <% current_exhibit.contacts.published.each do |contact| %> <li itemscope itemtype="http://schema.org/Person"> <%= render partial: "contact_properties", locals: {contact: contact} %> </li> <% end %> </ol>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-3.0.0.alpha.2 | app/views/spotlight/about_pages/_contacts.html.erb |
blacklight-spotlight-3.0.0.alpha.1 | app/views/spotlight/about_pages/_contacts.html.erb |