Sha256: bef2fcb09321e8f70d9e166008e2316f23e26fcf7d58b7780b440145e99ead08
Contents?: true
Size: 826 Bytes
Versions: 57
Compression:
Stored size: 826 Bytes
Contents
.panel.panel-default .panel-heading .panel-title= Cmor::Rbac::Configuration.user_class.model_name.human(count: :other) %table.table.table-striped.table-condensed.table-hover = collection_table(collection: @resource.users) do |table| = table.column :email = table.column :actions do |resource| = link_to t('.show'), url_for(resource), class: 'btn btn-primary btn-xs' .panel-footer .panel.panel-default .panel-heading .panel-title= Cmor::Rbac::Permission.model_name.human(count: :other) %table.table.table-striped.table-condensed.table-hover = collection_table(collection: @resource.permissions) do |table| = table.column :identifier = table.column :actions do |resource| = link_to t('.show'), url_for(resource), class: 'btn btn-primary btn-xs' .panel-footer
Version data entries
57 entries across 57 versions & 1 rubygems