5 lines
357 B
Plaintext
5 lines
357 B
Plaintext
$("#broadcast_file_form").html("<%= j render(partial: "public/broadcasts/file_form", locals: { model: [@project, @broadcast], token: @broadcast.token }) %>");
|
|
$("#broadcast_file_list").html("<%= j render(partial: "broadcasts/file", collection: @files) %>");
|
|
$("#broadcast_files_pagination").html("<%= j will_paginate(@files) %>");
|
|
|
|
bsCustomFileInput.init(); |