Sha256: 302411f61520fd932c39083cd2e6ba033746cc07c9de8e5f402abacf6006d349
Contents?: true
Size: 637 Bytes
Versions: 2
Compression:
Stored size: 637 Bytes
Contents
<% if permissions.empty? %> <div class="alert"> <%= t("fcrepo_admin.object.permissions.no_permissions") %> </div> <% else %> <table class="table table-bordered table-condensed table-autowidth" style="width: auto"> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fcrepo_admin-0.4.1 | app/views/fcrepo_admin/objects/_permissions_list.html.erb |
fcrepo_admin-0.4.0 | app/views/fcrepo_admin/objects/_permissions_list.html.erb |