Sha256: 7974582c6c3023f296f9b42bb6ff456d33cbb1a744996b1c12fa698744930d4c

Contents?: true

Size: 987 Bytes

Versions: 15

Compression:

Stored size: 987 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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.4 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.3 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.2 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.1 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-4.0.0 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/homepage/_featured_fields.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/homepage/_featured_fields.html.erb