Sha256: b247c927ac8585881704a9778aeea4e983b04615a86bc81a090448c519db08f5

Contents?: true

Size: 313 Bytes

Versions: 11

Compression:

Stored size: 313 Bytes

Contents

<div id="fcrepo-admin-dsprofile">
  <table class="table table-bordered table-condensed table-striped">
	<% datastream.profile.each do |key, value| %>
	<tr>
	  <th scope="row"><%= t("fcrepo_admin.datastream.profile.#{key}") %></th>
	  <td><%= value.blank? ? " " : value %></td>
	</tr>
	<% end %>
  </table>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.5 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.3.4 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.3.3 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.3.2 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.3.1 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.3.0 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.2.4 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.2.3 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.2.0 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.1.1 app/views/fcrepo_admin/datastreams/_profile.html.erb
fcrepo_admin-0.1.0 app/views/fcrepo_admin/datastreams/_profile.html.erb