Sha256: 3b77c27edb1c3af2afb136510a05210145366783c1ef0f555b99eb697553f0d6

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

<table class="table table-bordered table-condensed">
  <% 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

4 entries across 4 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.5 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.3.4 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.3.3 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.3.2 app/views/fcrepo_admin/objects/_properties.html.erb