Sha256: fcc29047f12d0b6afed051f66ab9ee064542d8b21481e79bbc9c1f8ff85f6ceb

Contents?: true

Size: 276 Bytes

Versions: 5

Compression:

Stored size: 276 Bytes

Contents

$('#students-checked').html('<%= j render(partial: "selected_student", collection: @selection, as: :student) %>');
<%= "#{@selection.size}" %> != 0 ? $('.chosen-count').html('<%= "#{@selection.size}" %>') : $('.chosen-count').html("");
$('#students-checked-div').slideDown();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/student_selection/add.js.erb
gaku_frontend-0.3.0.pre.4 app/views/gaku/student_selection/add.js.erb
gaku_frontend-0.3.0.pre.3 app/views/gaku/student_selection/add.js.erb
gaku_frontend-0.3.0.pre.2 app/views/gaku/student_selection/add.js.erb
gaku_frontend-0.3.0.pre.1 app/views/gaku/student_selection/add.js.erb