Sha256: 18679d94b4e3d5a672ce1e8120c560cabc851aa34dce348cd1c65775eea14193

Contents?: true

Size: 620 Bytes

Versions: 6

Compression:

Stored size: 620 Bytes

Contents

= content_for :index_header do
  .pull-left
    = count_div 'admin-specialties-count' do
      = print_count @count, t_specialty_list
  .pull-right
    = ajax_link_to_new t(:'specialty.add'), [:new, :admin, :specialty], id: 'new-admin-specialty-link'

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

#admin-specialties
  = table_for 'admin-specialties-index' do
    thead
      tr
        = th t(:'specialty.singular')
        = th t(:'specialty.description')
        = th t(:'specialty.major_only')
        = th_actions 3
    tbody
      = render partial: 'specialty', collection: @specialties, as: 'specialty'

Version data entries

6 entries across 6 versions & 2 rubygems

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