<%= image_tag(exhibit.thumbnail.image.square.url) if exhibit.thumbnail.present? %>

<%= exhibit.title %>

<%= exhibit.title %>

<%= exhibit.subtitle %>

<% if exhibit.description %>

<%= exhibit.description.truncate(168, omission: "") %> <% if exhibit.description.length > 168 %> <%= content_tag(:span,"…".html_safe, class: "visible-sm visible-md") %> <% end %>

<% end %>
<%= link_to t(:'.visit_exhibit'), exhibit, class: "btn btn-primary", role: "button" %>