Sha256: 914d23b1f0f67706652560f8c72d7d506b48bb7e70f9ca553b85c8579bf913d4

Contents?: true

Size: 1001 Bytes

Versions: 10

Compression:

Stored size: 1001 Bytes

Contents

<li class="recent-item">
    <div class="row">
      <div class="col-sm-2">
        <%= link_to [main_app, recent_document] do %>
          <%= render_thumbnail_tag recent_document, suppress_link: true %>
        <% end %>
      </div>
      <div class="col-sm-10">
        <span class="sr-only"><%= t('hyrax.homepage.recently_uploaded.document.title_label') %></span><h3><%= link_to recent_document.to_s, [main_app, recent_document] %></h3>
        <p>
          <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>
          <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

10 entries across 10 versions & 1 rubygems

Version Path
hyrax-2.2.2 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.2.1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.2.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/homepage/_recent_document.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/homepage/_recent_document.html.erb