Sha256: 4fc3d62fdc88674d4412ab1e9b5d5d36f08f180eec9f66daea2fb79c2b1a86b4

Contents?: true

Size: 789 Bytes

Versions: 10

Compression:

Stored size: 789 Bytes

Contents

<tr>
  <td>
    <div class='media'>
      <%= link_to [main_app, member_document], class: 'media-left', 'aria-hidden' => true do %>
        <%= render_thumbnail_tag member_document, { class: 'hidden-xs file_listing_thumbnail' }, { suppress_link: true } %>
      <% end %>

      <div class='media-body'>
        <div class='media-heading'>
          <%= link_to [main_app, member_document], class: 'document-title' do %>
            <span class="sr-only">
              <%= t("hyrax.dashboard.my.sr.show_label") %>
            </span>
            <%= member_document.title_or_label %>
          <% end %>
        </div>
      </div>
    </div>
  </td>
  <td>
    <%= member_document.create_date %>
  </td>
  <td class="creator">
    <%= member_document.creator.join(', ') %>
  </td>
</tr>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.1.0 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.5 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.4 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.3 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.2 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.1 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/admin_sets/_member_document.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/admin_sets/_member_document.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/admin_sets/_member_document.html.erb