Sha256: 5a94eae20de5736b77225575a68e8d257a4deee4605851efac6d5903833b16bb
Contents?: true
Size: 490 Bytes
Versions: 20
Compression:
Stored size: 490 Bytes
Contents
<%- Spotlight.deprecator.warn 'The partial _spotlight/catalog/_admin_thumbnail.html.erb will be removed; customize the admin display using components instead' %> <% doc_presenter = document_presenter(document) %> <%- if doc_presenter.thumbnail.exists? %> <div class="document-thumbnail spotlight-admin-thumbnail"> <%= doc_presenter.thumbnail.thumbnail_tag({ alt: '' }, 'aria-hidden': true, tabindex: -1, counter: document_counter_with_offset(document_counter)) %> </div> <%- end %>
Version data entries
20 entries across 20 versions & 1 rubygems