Sha256: dad50c5e805a9e45bb8f53be1178bf2765428abf8cd426ebaafc8852da843baa

Contents?: true

Size: 586 Bytes

Versions: 6

Compression:

Stored size: 586 Bytes

Contents

$("#extracurricular-activity-students-index tbody").html('');

<% @resource.enrollments.each do |enrollment| %>
  $('#extracurricular-activity-students-index tbody').append('<%= render_js_partial("gaku/extracurricular_activities/students/student", {enrollment: enrollment}) %>');
<% end %>

$('#extracurricular-activity-enrollments-tab-link').html('<%= print_count(@count, t_student_plural) %>');
$('.extracurricular-activity-enrollments-count').html('<%= print_count(@count, t_extracurricular_activity_list) %>');

$('#student-modal').modal('hide');
showNotice("<%= render_flash %>");

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/extracurricular_activities/students/enroll_students.js.erb
gaku-0.0.3 core/app/views/gaku/extracurricular_activities/students/enroll_students.js.erb
gaku-0.0.2 core/app/views/gaku/extracurricular_activities/students/enroll_students.js.erb
gaku_core-0.0.2 app/views/gaku/extracurricular_activities/students/enroll_students.js.erb
gaku-0.0.1 core/app/views/gaku/extracurricular_activities/students/enroll_students.js.erb
gaku_core-0.0.1 app/views/gaku/extracurricular_activities/students/enroll_students.js.erb