Sha256: 6a960bf776885ca33874f6c090f71708c8a9e2060c72ef958ecd98e5844dd945

Contents?: true

Size: 1000 Bytes

Versions: 26

Compression:

Stored size: 1000 Bytes

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}, {suppress_link: true}) + recent_document.to_s %>
          <% 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

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.9.5 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.9.4 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.9.3 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.9.2 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.9.1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.9.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.8.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.7.2 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.7.1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.7.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.6.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.5.1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.5.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.4.1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.4.0 app/views/hyrax/homepage/_recent_document.html.erb