<%= t("fcrepo_admin.datastreams.header.id") %> | <%= t("fcrepo_admin.datastreams.header.label") %> | <%= t("fcrepo_admin.datastreams.header.mimetype") %> | <%= t("fcrepo_admin.datastreams.header.create_date") %> |
---|---|---|---|
<%= link_to_unless ds.profile.empty?, dsid, fcrepo_admin.object_datastream_path(ds.pid, dsid) do |name| name end %> | <%= ds.profile["dsLabel"] %> | <%= ds.profile["dsMIME"] %> | <% unless ds.profile.empty? %> <%= ds.profile["dsCreateDate"] %> <% else %> [<%= t("fcrepo_admin.datastreams.not_persisted") %>] <% end %> |