Sha256: 23190e26053ddb2a21c9b9fca4bda28e2599a319b7c739fffe0e29f2df60467b

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.0 app/views/fcrepo_admin/catalog/_datastreams.html.erb
fcrepo_admin-0.2.4 app/views/fcrepo_admin/catalog/_datastreams.html.erb
fcrepo_admin-0.2.3 app/views/fcrepo_admin/catalog/_datastreams.html.erb
fcrepo_admin-0.2.0 app/views/fcrepo_admin/catalog/_datastreams.html.erb
fcrepo_admin-0.1.1 app/views/fcrepo_admin/catalog/_datastreams.html.erb
fcrepo_admin-0.1.0 app/views/fcrepo_admin/catalog/_datastreams.html.erb