Sha256: adcda2cc14a09ac69e0441eb0615422fa6ad6456869afed7d884f05e5b8ef405
Contents?: true
Size: 500 Bytes
Versions: 16
Compression:
Stored size: 500 Bytes
Contents
.row .col-md-12 #new-admin-role.d-none .pull-left = count_div 'admin-roles-count' do = print_count @count, t(:'role.list') .pull-right = ajax_link_to_new t(:'role.add'), [:new, :admin, :role], id: 'new-admin-role-link' hr #admin-roles = table_for 'admin-roles-index' do thead tr = th t(:'role.name') = th t(:'user.plural') = th_actions 2 tbody = render partial: 'gaku/admin/roles/role', collection: @roles, as: :role
Version data entries
16 entries across 16 versions & 2 rubygems