Sha256: 0f676b8e224362e7c07c1521b893d3548599b92743cc9f525a82a125332b301d

Contents?: true

Size: 309 Bytes

Versions: 6

Compression:

Stored size: 309 Bytes

Contents

= modal_for 'edit-guardian-modal' do
  = modal_header t(:'guardian.edit')
  = modal_form_for [@student, @guardian] do |f|
    = modal_body do
      = hidden_field_tag :student_id, @student.id
      = render 'form_fields', f: f, guardian: @guardian
      = buttons_for @guardian, nested_id: 'student-guardian'

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/students/guardians/_modal.html.slim
gaku-0.0.3 core/app/views/gaku/students/guardians/_modal.html.slim
gaku-0.0.2 core/app/views/gaku/students/guardians/_modal.html.slim
gaku_core-0.0.2 app/views/gaku/students/guardians/_modal.html.slim
gaku-0.0.1 core/app/views/gaku/students/guardians/_modal.html.slim
gaku_core-0.0.1 app/views/gaku/students/guardians/_modal.html.slim