Sha256: 7b886a18dc792c8588f10928d1073d564de84c93cc34b8697e372f7b72175cb5

Contents?: true

Size: 601 Bytes

Versions: 9

Compression:

Stored size: 601 Bytes

Contents

<% if permissions.empty? %>
  <div class="alert">
	<%= t("fcrepo_admin.object.permissions.no_permissions") %>
  </div>
<% else %>
  <table class="table table-bordered table-condensed">
	<thead>
	  <tr>
		<th scope="col"><%= t("fcrepo_admin.object.permissions.header.type") %></th>
		<th scope="col"><%= t("fcrepo_admin.object.permissions.header.name") %></th>
		<th scope="col"><%= t("fcrepo_admin.object.permissions.header.access") %></th>
	  </tr>
	</thead>
	<tbody>
	  <%= render :partial => "permissions_list_item", :collection => permissions, :as => :permission %>
	</tbody>
  </table>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

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