Sha256: 47bc30e98516319cb2f6c882c5d58ad9bc959a31db6a37ef528acfb30cd53743

Contents?: true

Size: 1.25 KB

Versions: 8

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 '/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

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.1.0 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.0.5 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.0.4 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.0.3 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.0.2 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.0.1 app/views/hyrax/my/_index_partials/_list_works.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/my/_index_partials/_list_works.html.erb