Sha256: 279d1dac986061ccd801d3189762d2ed2da8c8f1a21fe4b38f865b8effbffb1d

Contents?: true

Size: 749 Bytes

Versions: 5

Compression:

Stored size: 749 Bytes

Contents

<table class="table table-bordered table-condensed">
  <thead>
    <tr>
	  <th scope="col"><%= t("fcrepo_admin.datastreams.header.id") %></th>
	  <th scope="col"><%= t("fcrepo_admin.datastreams.header.label") %></th>
	  <th scope="col"><%= t("fcrepo_admin.datastreams.header.mimetype") %></th>
	  <th scope="col"><%= t("fcrepo_admin.datastreams.header.create_date") %></th>
    </tr>
  </thead>
  <tbody>
    <% datastreams.reject { |dsid, ds| ds.profile.empty? }.each do |dsid, ds| %>
    <tr>
	  <td><%= link_to dsid, fcrepo_admin.object_datastream_path(ds.pid, dsid) %></td>
	  <td><%= ds.profile["dsLabel"] %></td>
	  <td><%= ds.profile["dsMIME"] %></td>
	  <td><%= ds.profile["dsCreateDate"] %></td>
    </tr>
    <% end %>
  </tbody>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.5 app/views/fcrepo_admin/datastreams/_datastreams.html
fcrepo_admin-0.3.4 app/views/fcrepo_admin/datastreams/_datastreams.html
fcrepo_admin-0.3.3 app/views/fcrepo_admin/datastreams/_datastreams.html
fcrepo_admin-0.3.2 app/views/fcrepo_admin/datastreams/_datastreams.html
fcrepo_admin-0.3.1 app/views/fcrepo_admin/datastreams/_datastreams.html