Sha256: 6d97951fb0881e8c6211d9d9d3487b058aada17d7ccaade5e5db28a166e7f632

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 KB

Contents

<li class="recent-item">
    <div class="row">
      <div class="col-sm-12">
        <span class="sr-only"><%= t('hyrax.homepage.recently_uploaded.document.title_label') %></span>
        <h3>
          <%= link_to [main_app, recent_document] do %>
            <%= render_thumbnail_tag(recent_document, {width: 90, alt: "#{recent_document} #{ t('hyrax.homepage.admin_sets.thumbnail')}" }, {suppress_link: true}) %><%= recent_document %>
          <% end %>
        </h3>
        <p class="recent-field">
          <span class="recent-label"><%= t('hyrax.homepage.recently_uploaded.document.depositor_label') %>:</span> <%= link_to_profile recent_document.depositor(t('hyrax.homepage.recently_uploaded.document.depositor_missing')) %>
        </p>
        <p class="recent-field">
          <span class="recent-label"><%= t('hyrax.homepage.recently_uploaded.document.keyword_label') %>:</span> <%= link_to_facet_list(recent_document.keyword, 'keyword', t('hyrax.homepage.recently_uploaded.document.keyword_missing')).html_safe %>
        </p>
      </div>
    </div>
</li>

Version data entries

14 entries across 14 versions & 1 rubygems

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