Sha256: a309209e8a2421db8af82ebbe1647c07c44d8beb07137ed1895ab8b4a40f4ab5
Contents?: true
Size: 431 Bytes
Versions: 17
Compression:
Stored size: 431 Bytes
Contents
= card('Determination') do = effective_form_with(model: [:admin, cpd_audit], engine: true) do |f| %p This action will <strong>close</strong> this #{cpd_audit_label} with the following determination: = f.select :determination, cpd_audit.cpd_audit_level.determinations %h2 Email to Send = email_form_fields(f, :cpd_audit_closed) = f.submit 'Close', center: true, 'data-confirm': "Really close #{cpd_audit}?"
Version data entries
17 entries across 17 versions & 1 rubygems