personal-conference/app/views/admin/conference_paper_types/_index.js.erb

2 lines
172 B
Plaintext
Raw Normal View History

2014-07-01 10:19:07 +00:00
$('#paper_types tbody').html("<%= j render :partial => '/admin/writing_conferences/list_paper_type', :collection => @paper_types %>");
$('#paper_type_modal').modal('hide');