Sha256: af5e25590dd02aa8bc2fc212669195fe1d2b793645fca08710b572878c88fb6d

Contents?: true

Size: 669 Bytes

Versions: 6

Compression:

Stored size: 669 Bytes

Contents

= content_for :index_header do
  .pull-left
    = count_div 'admin-school-years-count' do
      = print_count @count, t_school_year_list
  .pull-right
    = ajax_link_to_new t(:'school_year.add'), [:new, :admin, :school_year], id: 'new-admin-school-year-link'

= content_for :new_form do
  #new-admin-school-year-errors
  #new-admin-school-year.hide

#admin-school-years
  = table_for 'admin-school-years-index' do
    thead
      tr
        = th t(:'school_year.starting')
        = th t(:'school_year.ending')
        = th t(:'school_year.duration')
        = th_actions 3
    tbody
      = render partial: 'school_year', collection: @school_years, as: 'school_year'

Version data entries

6 entries across 6 versions & 2 rubygems

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