Sha256: 2c83871351277fa23689236c886d6195eab690178cf23c4d6f385f7810746a33
Contents?: true
Size: 689 Bytes
Versions: 6
Compression:
Stored size: 689 Bytes
Contents
= effective_form_with(model: [:admin, cpd_audit], engine: true) do |f| = f.hidden_field :id %p The #{cpd_audit} will be marked <strong>completed</strong>. All deliverables have been received and all requirements completed. %p The audit reviewer(s) will be notified that this audit is ready to review. %h3 Email to send %p An - email = Effective::EmailTemplate.where(template_name: :cpd_audit_review_ready).first! = link_to('cpd_audit_review_ready email', effective_email_templates.edit_admin_email_template_path(email)) email will be sent to each reviewer. = f.submit 'Complete Audit', border: false, center: true, 'data-confirm': "Complete #{f.object}?"
Version data entries
6 entries across 6 versions & 1 rubygems