Sha256: 16100c2c2d81a85e8030160b81f5b68863da5a3a8e64c7827439ba56b7a477b6

Contents?: true

Size: 237 Bytes

Versions: 7

Compression:

Stored size: 237 Bytes

Contents

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

7 entries across 7 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.1 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.3.0 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.2.4 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.2.3 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.2.0 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.1.1 app/views/fcrepo_admin/objects/_properties.html.erb
fcrepo_admin-0.1.0 app/views/fcrepo_admin/objects/_properties.html.erb