Sha256: 617bb3c5b0a4251e660decde765c09ac825daa45507d5e04913e9ceb38348cef

Contents?: true

Size: 984 Bytes

Versions: 14

Compression:

Stored size: 984 Bytes

Contents

<div>
  <div class="featured-item-title">
    <span class="sr-only"><%= t('hyrax.homepage.featured_works.document.title_label') %></span>
    <h3>
      <%= link_to [main_app, featured] do %>
        <%= render_thumbnail_tag(featured, {width: 90, alt: "#{featured.title.first.to_s} #{ t('hyrax.homepage.admin_sets.thumbnail')}" }, {suppress_link: true}) + featured.title.first %>
      <% end %>
    </h3>
  </div>
  <div class="featured-field featured-item-depositor">
    <span class="featured-label"><%= t('hyrax.homepage.featured_works.document.depositor_label') %>:</span> <%= link_to_profile featured.depositor(t('hyrax.homepage.featured_works.document.depositor_missing')) %>
  </div>
  <div class="featured-field featured-item-keywords">
    <span class="featured-label"><%= t('hyrax.homepage.featured_works.document.keyword_label') %>:</span> <%= link_to_facet_list(featured.keyword, 'keyword', t('hyrax.homepage.featured_works.document.keyword_missing')) %>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.5.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.4.2 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.4.1 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.4.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.3.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.2.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.1.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.0.2 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.0.1 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.0.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/homepage/_featured_fields.html.erb