clair_app/app/views/admin/mail_templates/update_row.js.erb
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

3 lines
129 B
Plaintext
Executable File

close_pane_hover();
$('#mail_template_<%= @mail_template.id %>').replaceWith("<%= escape_javascript(render(@mail_template))%>");