Sha256: f4ec707781929109890ff11c26fc699fbbd75e68d5a3ddc6329caef548545684
Contents?: true
Size: 644 Bytes
Versions: 16
Compression:
Stored size: 644 Bytes
Contents
<% if @class_group_enrollment.errors.any? %> $('#student-class-group-enrollment-errors').html('<%= j render("gaku/shared/errors", target: @class_group_enrollment) %>') <% else %> $('#student-class-group-enrollments-index').append('<%= j render("class_group_enrollment", {class_group_enrollment: @class_group_enrollment}) %>'); $('.student-class-group-enrollments-count').html("<%= print_count(@count, t(:'class_group.list')) %>"); $('.class-groups-count').html("<%= @count %>"); $('#new-student-class-group-enrollment').slide() $('#new-student-class-group-enrollment-link').show(); showNotice("<%= render_flash %>"); <% end %>
Version data entries
16 entries across 16 versions & 2 rubygems