Sha256: b4418cfc1969d1144a2db308440aabb3c1d89bc4afe1d7cf7c746d8a681c02ae
Contents?: true
Size: 640 Bytes
Versions: 16
Compression:
Stored size: 640 Bytes
Contents
.row .col-md-12 #new-admin-specialty.d-none .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' hr #admin-specialties = table_for 'admin-specialties-index' do thead tr = th t(:'specialty.singular') = th t(:'specialty.description') = th t(:'department.singular') = th t(:'specialty.major_only') = th_actions 3 tbody = render partial: 'specialty', collection: @specialties, as: 'specialty'
Version data entries
16 entries across 16 versions & 2 rubygems