Sha256: 6294bd73fce21384af3b58f180b016eb9f42e89460340d868e18d9b5a592641e
Contents?: true
Size: 563 Bytes
Versions: 4
Compression:
Stored size: 563 Bytes
Contents
<div class="<%= classes %>"> <% if page.is_a?(Spotlight::HomePage) %> <%= helpers.exhibit_view_link page, helpers.exhibit_root_path(page.exhibit) %> · <%= helpers.exhibit_edit_link page, helpers.edit_exhibit_home_page_path(page.exhibit), data: { turbolinks: false, turbo: false } %> <% else %> <%= helpers.exhibit_view_link page %> · <%= helpers.exhibit_edit_link page, data: { turbolinks: false, turbo: false } %> <% end %> <% if delete_link %> · <%= helpers.exhibit_delete_link page %> <% end %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems