Sha256: dfc2c7728047e22cbae290c8ed35b69d6279a7c40910db061d5b7406adb7d119

Contents?: true

Size: 451 Bytes

Versions: 4

Compression:

Stored size: 451 Bytes

Contents

= content_for :title, t(:'student.list')

= content_for :index_header do
  .pull-left
    = count_div 'students-count' do
      = print_count @count, t(:'student.list')
  .pull-right
    = ajax_link_to_new t(:'student.new'), new_student_path, id: "new-student-link"
    = link_to_import t(:'import'), importer_index_path, id: "import-students-link"

= content_for :new_form do
  #new-student.hide

= render 'gaku/shared/student_chooser/chooser'

= hr

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
gaku-0.0.2 core/app/views/gaku/students/index.html.slim
gaku_core-0.0.2 app/views/gaku/students/index.html.slim
gaku-0.0.1 core/app/views/gaku/students/index.html.slim
gaku_core-0.0.1 app/views/gaku/students/index.html.slim