Sha256: f558e548dcc8c5f9683a633c592e72979395b7df05711aaa9d38eef83f2c2171
Contents?: true
Size: 623 Bytes
Versions: 6
Compression:
Stored size: 623 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> </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> </tr> <% end %> </tbody> </table>
Version data entries
6 entries across 6 versions & 1 rubygems