Sha256: 59ce249b34a2c9f0ede1e92627dda6e558547a40196e939e2adc46327e3a06d8
Contents?: true
Size: 649 Bytes
Versions: 16
Compression:
Stored size: 649 Bytes
Contents
#guardians-modal #student-guardians = index_header do #new-student-guardian.d-none .pull-left = count_div 'student-guardians-count' do = print_count @student.guardians_count, t(:'guardian.list') .pull-right = ajax_link_to_new t(:'guardian.add'), [:new, @student, :guardian], id: "new-student-guardian-link" = index_body do = table_for "student-guardians-index" do thead tr = th t(:'surname') = th t(:'name') = th t(:'birth_date') = th t(:'guardian.relationship') = th_actions 1 tbody = render @student.guardians
Version data entries
16 entries across 16 versions & 2 rubygems