Sha256: 7746997355ef9b96787809df3c7888a4c0521ac5bf7f78c71892889e718a7939

Contents?: true

Size: 535 Bytes

Versions: 6

Compression:

Stored size: 535 Bytes

Contents

<tr class="<%= dom_class(generic_file) %> attributes">
  <td>
    <%= render_thumbnail_tag generic_file %>
  </td>
  <td class="attribute filename"><%= link_to(generic_file_link_name(generic_file), curation_concern_generic_file_path(generic_file)) %></td>
  <td class="attribute date_uploaded"><%= generic_file.date_uploaded %></td>
  <td class="attribute permission"><%= permission_badge_for(generic_file) %></td>
  <td>
    <%= render 'curation_concern/worthwhile/generic_files/actions', generic_file: generic_file %>
  </td>
</tr>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/views/curation_concern/worthwhile/generic_files/_generic_file.html.erb
worthwhile-0.1.1 app/views/curation_concern/worthwhile/generic_files/_generic_file.html.erb
worthwhile-0.1.0 app/views/curation_concern/worthwhile/generic_files/_generic_file.html.erb
worthwhile-0.0.3 app/views/curation_concern/worthwhile/generic_files/_generic_file.html.erb
worthwhile-0.0.2 app/views/curation_concern/worthwhile/generic_files/_generic_file.html.erb
worthwhile-0.0.1 app/views/curation_concern/worthwhile/generic_files/_generic_file.html.erb