Sha256: b894c4b2c4a8209e132b4b19bedd2df3041bf33ca1f63afc7b6dce26147914be

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

<h3><%= t("fcrepo_admin.object.properties.title") %></h3>
<table class="table" style="width: auto">
  <% 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

1 entries across 1 versions & 1 rubygems

Version Path
fcrepo_admin-0.4.0 app/views/fcrepo_admin/objects/_properties.html.erb