forgeplus/app/views/admins/system_notifications/edit.js.erb

2 lines
244 B
Plaintext

$("#admins-system-notification-content").html("<%= j render(partial: 'admins/system_notifications/form', locals: {type: 'update'}) %>")
createMDEditor('system-notification-content-editor', { height: 500, placeholder: '请输入邮件模版' });