Sha256: a53b32bb464f66668d60d7313eefadcd0b961aff9dd5b2babc5b88a21ff901aa

Contents?: true

Size: 519 Bytes

Versions: 6

Compression:

Stored size: 519 Bytes

Contents

= content_for :index_header do
  .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'

= content_for :new_form do
  #new-admin-role.hide

#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

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/admin/roles/index.html.slim
gaku-0.0.3 core/app/views/gaku/admin/roles/index.html.slim
gaku-0.0.2 core/app/views/gaku/admin/roles/index.html.slim
gaku_core-0.0.2 app/views/gaku/admin/roles/index.html.slim
gaku-0.0.1 core/app/views/gaku/admin/roles/index.html.slim
gaku_core-0.0.1 app/views/gaku/admin/roles/index.html.slim