Sha256: 3025c80881e2fd29aa07224e01293eaa48603f79524a71cb3f0035d275acdcc1

Contents?: true

Size: 1012 Bytes

Versions: 6

Compression:

Stored size: 1012 Bytes

Contents

= show_table_for 'student-index' do

  = big_person_caption_for(student)

  tbody

  tr
    th width="20%" = t('class')
    td#student-class-group-enrollment
      = student.class_group

    = render 'gaku/shared/fields/person_show_table', person: student

    tr
      th = t(:'contact.primary')
      td#contact_widget = student.primary_contact

    tr
      th = t(:'address.primary')
      td#address_widget = student.primary_address

    tr
      th = t(:'admitted')
      td = student.admitted

    tr
      th = t(:'enrollment_status.singular')
      td = student.enrollment_status

    tr
      th = t(:'student.scholarship_status')
      td = student.scholarship_status

    tr
      th = t(:'commute_method.singular')
      td = student.commute_method_type

    tr
      th = t(:'specialty.plural')
      td = student.specialties_list

    tr
      th = t(:'simple_grade.plural')
      td = student.simple_grades_list

    tr
      th = t(:'achievement.plural')
      td = student.achievements_list


Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/shared/student/_show_table.html.slim
gaku-0.0.3 core/app/views/gaku/shared/student/_show_table.html.slim
gaku-0.0.2 core/app/views/gaku/shared/student/_show_table.html.slim
gaku_core-0.0.2 app/views/gaku/shared/student/_show_table.html.slim
gaku-0.0.1 core/app/views/gaku/shared/student/_show_table.html.slim
gaku_core-0.0.1 app/views/gaku/shared/student/_show_table.html.slim