Sha256: b34fc3c21e56ef869c3639beddc362b1bf79c616d1cbad2bb6f7dfe4886ef25a

Contents?: true

Size: 509 Bytes

Versions: 1

Compression:

Stored size: 509 Bytes

Contents

<% unless datastream.new? %>
  <h4><%= t("fcrepo_admin.datastream.profile.title") %></h4>

  <table class="table table-bordered table-condensed table-striped" style="width: auto">
	<% datastream.profile.each_key do |key| %>
	<tr>
	  <th scope="row"><%= t("fcrepo_admin.datastream.profile.#{key}") %></th>
	  <td><%= format_ds_profile_value datastream, key %></td>
	</tr>
	<% end %>
  </table>  
<% else %>
  <div class="alert alert-info">
	This datastream has not been persisted to Fedora.
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fcrepo_admin-0.4.1 app/views/fcrepo_admin/datastreams/_profile.html.erb