Sha256: 82224fb742b880db118b58884f79476d4742457bc7c7366a5fcd5ab3678a18b1

Contents?: true

Size: 599 Bytes

Versions: 16

Compression:

Stored size: 599 Bytes

Contents

= remote_form_for [@student, @extracurricular_activity_enrollment], url: student_extracurricular_activity_enrollments_path(@student, @extracurricular_activity_enrollment)  , resource: 'student-extracurricular-activity-enrollment' do |f|
  = f.select :enrollmentable_id, options_from_collection_for_select(@extracurricular_activities, :id, :to_s), { prompt: t(:'extracurricular_activity.choose')}, label: t(:'extracurricular_activity.plural')
  = buttons_for @extracurricular_activity_enrollments, label: t(:'extracurricular_activity.create'), resource: 'student-extracurricular-activity-enrollment'

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku-0.2.4 frontend/app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.2.4 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku-0.2.3 frontend/app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.2.3 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku-0.2.2 frontend/app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.2.2 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku-0.2.1 frontend/app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.2.1 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku-0.2.0 frontend/app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim
gaku_frontend-0.2.0 app/views/gaku/students/extracurricular_activity_enrollments/_form.html.slim