Sha256: 2f2e885cde7c49b55de3054acca77fe03b94e4b7938d3953b07aac5b59540b58

Contents?: true

Size: 610 Bytes

Versions: 5

Compression:

Stored size: 610 Bytes

Contents

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

= content_for :new_form do
  #new-student.d-none

= content_for :index_header do
  .pull-left
    = count_div 'students-count' do
      = print_count @count, t(:'student.list')
  .pull-right
    = ajax_link_to_search t(:'search'), advanced_search_students_path, id: "student-advanced-search-link"
    = link_to_new t(:'student.new'), new_student_path, id: "new-student-link"
    = render 'gaku/shared/overrides/students/import_link'

#student-advanced-search.d-none

#chooser-widget
/ = render 'chooser_widget'

#students-index-div
  = render 'gaku/students/students'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/students/index.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/students/index.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/students/index.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/students/index.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/students/index.html.slim