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