Sha256: a783ff0e9c9628e9f33c9bb464b9f97671b4dbb45e591687ba7c4e7a9fda8067

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 Bytes

Contents

= card('Determination') do
  = effective_form_with(model: [:admin, cpd_audit], engine: true) do |f|
    %p This action will close this audit 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 Audit', center: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_cpd-1.2.1 app/views/admin/cpd_audits/_form_close.html.haml
effective_cpd-1.2.0 app/views/admin/cpd_audits/_form_close.html.haml
effective_cpd-1.1.3 app/views/admin/cpd_audits/_form_close.html.haml
effective_cpd-1.1.2 app/views/admin/cpd_audits/_form_close.html.haml
effective_cpd-1.1.1 app/views/admin/cpd_audits/_form_close.html.haml
effective_cpd-1.1.0 app/views/admin/cpd_audits/_form_close.html.haml