Sha256: e36f5d449daaa073bb7335e8c65443b11729b7796ed9e747f57819950d8afb96

Contents?: true

Size: 965 Bytes

Versions: 10

Compression:

Stored size: 965 Bytes

Contents

=hr
=table_for '#external-school-record' do
    tr
      =th t(:'student.singular')
      td =external_school_record.student.to_s
    tr
      =th t(:'external_school_record.student_id_number')
      td =external_school_record.student_id_number
    tr
      =th t(:'external_school_record.beginning')
      td =external_school_record.beginning
    tr
      =th t(:'external_school_record.ending')
      td =external_school_record.ending

    tr
      =th t(:'external_school_record.absences')
      td =external_school_record.absences
    tr
      =th t(:'external_school_record.attendance_rate')
      td =external_school_record.attendance_rate
    tr
      =th t(:'external_school_record.data')
      td =external_school_record.data
    tr
      =th t(:'simple_grade.plural')
      td
        =simple_grades_show(external_school_record.simple_grades)
    tr
      =th t(:'achievement.plural')
      td =achievements_show(external_school_record.achievements)





Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
gaku-0.1.1 frontend/app/views/gaku/shared/_external_school_record.html.slim
gaku_frontend-0.1.1 app/views/gaku/shared/_external_school_record.html.slim
gaku-0.1.0 frontend/app/views/gaku/shared/_external_school_record.html.slim
gaku_frontend-0.1.0 app/views/gaku/shared/_external_school_record.html.slim
gaku_core-0.0.3 app/views/gaku/shared/_external_school_record.html.slim
gaku-0.0.3 core/app/views/gaku/shared/_external_school_record.html.slim
gaku-0.0.2 core/app/views/gaku/shared/_external_school_record.html.slim
gaku_core-0.0.2 app/views/gaku/shared/_external_school_record.html.slim
gaku-0.0.1 core/app/views/gaku/shared/_external_school_record.html.slim
gaku_core-0.0.1 app/views/gaku/shared/_external_school_record.html.slim