<%= t("fcrepo_admin.datastream.profile.dsVersionID") %> | <% datastream_history_columns.each do |col| %><%= t("fcrepo_admin.datastream.profile.#{col}") %> | <% end %>
---|---|
<%= link_to_unless i == 0, ds.profile["dsVersionID"], "#{fcrepo_admin.object_datastream_path(@object, ds.dsid)}?asOfDateTime=#{ds.asOfDateTime}" do |name| "#{name} (current version)" end -%> | <% datastream_history_columns.each do |col| %><%= ds.profile[col] %> | <% end %> <% end %>