Sha256: 8aa99ad29c2121fdf2c3b27cfb1f73a4cae86846122548c33b021eaa20c2fbe4
Contents?: true
Size: 713 Bytes
Versions: 41
Compression:
Stored size: 713 Bytes
Contents
<h2 class="card-title"> <%= exhibit.title %> </h2> <p class="subtitle"> <%= exhibit.subtitle %> </p> <% if exhibit.description %> <p class="description"> <%= truncated_description = exhibit.description.truncate(168, omission: '', separator: ' ') %> <% if exhibit.description.length > 168 %> <%= content_tag(:span,"…".html_safe, class: "visible-sm visible-md") %> <span class="hidden-sm hidden-md"> <%= exhibit.description.slice(truncated_description.length, 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
41 entries across 41 versions & 1 rubygems