Sha256: 0aa6b08dec0c35861617ebddb616025ed0bf43f05531511b5159c27c308727a0
Contents?: true
Size: 813 Bytes
Versions: 57
Compression:
Stored size: 813 Bytes
Contents
.panel.panel-default .panel-heading .panel-title= Cmor::Rbac::Role.model_name.human(count: :other) %table.table.table-striped.table-condensed.table-hover = collection_table(collection: @resource.roles) 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 .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
Version data entries
57 entries across 57 versions & 1 rubygems