Sha256: 515c459779532e5b6b251457dcb52b6825dcb9054bfce4862dfce53df13fafc8

Contents?: true

Size: 296 Bytes

Versions: 10

Compression:

Stored size: 296 Bytes

Contents

<h3><%= t("fcrepo_admin.object.properties.title") %></h3>

<table class="table table-condensed table-bordered">
  <% object_properties.each do |key, value| %>
  <tr>
	<th scope="row"><%= t("fcrepo_admin.object.properties.keys.#{key}") %>:</th>
	<td><%= value %></td>
  </tr>
  <% end %>
</table>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fcrepo_admin-0.6.1 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.6.0 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.5 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.5.pre app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.4 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.3 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.2 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.1 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.5.0 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.4.1 app/views/fcrepo_admin/objects/_properties.html.erb