Sha256: 6c49a0845459473a3b6377d18c3de6399c83d317675c31d6c841d3e5e33568ba
Contents?: true
Size: 648 Bytes
Versions: 38
Compression:
Stored size: 648 Bytes
Contents
<h2 class="card-title"> <%= exhibit.title %> </h2> <p class="subtitle"> <%= exhibit.subtitle %> </p> <% if exhibit.description %> <p class="description"> <%= exhibit.description.truncate(168, omission: "") %> <% if exhibit.description.length > 168 %> <%= content_tag(:span,"…".html_safe, class: "visible-sm visible-md") %> <span class="hidden-sm hidden-md"> <%= exhibit.description.slice(168, exhibit.description.length) %> </span> <% end %> </p> <% end %> <div class="visit-exhibit center-btn"> <%= link_to t(:'.visit_exhibit'), exhibit, class: "btn btn-primary", role: "button" %> </div>
Version data entries
38 entries across 38 versions & 1 rubygems