Sha256: c8ae3117ac2bcd9d4997169dca26aad6b230c178a08e1c5a406e0a5c4c9e72ef
Contents?: true
Size: 392 Bytes
Versions: 6
Compression:
Stored size: 392 Bytes
Contents
$('tr#school-<%= @school.id %>').html('<%= render_js_partial("school_unit", {school: @school}) %>'); $("#edit-school-modal").modal("hide"); //edit from show $("#school-show-table").html('<%= render_js_partial("show_table", {school: @school}) %>'); showNotice("<%= render_flash %>"); $('#admin-school-information table tbody tr').html('<%= render_js_partial("fields", {school: @school}) %>')
Version data entries
6 entries across 6 versions & 2 rubygems