Sha256: 0122a60d2a62a7b3bf8f1f249cfa4d9653dbfcad09af939201c8102fa0d204d7

Contents?: true

Size: 1.25 KB

Versions: 33

Compression:

Stored size: 1.25 KB

Contents

<tr id="document_<%= document.id %>">
  <td>
    <label for="batch_document_<%= document.id %>" class="sr-only"><%= t("hyrax.dashboard.my.sr.batch_checkbox") %></label>
    <%= render 'hyrax/batch_select/add_button', document: document %>&nbsp;
  </td>
  <td>
    <div class='media'>
      <%= link_to [main_app, document], class: 'media-left', 'aria-hidden' => true do %>
        <%= render_thumbnail_tag document, { class: 'hidden-xs file_listing_thumbnail' }, { suppress_link: true } %>
      <% end %>

      <div class='media-body'>
        <div class='media-heading'>

          <%= link_to [main_app, document], id: "src_copy_link#{document.id}", class: 'document-title' do %>
            <span class="sr-only">
              <%= t("hyrax.dashboard.my.sr.show_label") %>
            </span>
            <%= document.title_or_label %>
          <% end %>

          <br />
          <%= render_collection_links(document) %>

        </div>
      </div>
    </div>
  </td>

  <td class='text-center'><%= document.date_uploaded %></td>
  <td class='workflow-state'><%= presenter.workflow.state_label %></td>
  <td class='text-center'><%= render_visibility_link document %></td>

  <td class='text-center'>
    <%= render 'work_action_menu', document: document %>
  </td>
</tr>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.3.3 app/views/hyrax/dashboard/works/_list_works.html.erb
hyrax-2.3.2 app/views/hyrax/dashboard/works/_list_works.html.erb