Sha256: 98ca87e3724d6f40c45b8d32ba776f467d5f7f26c1738a9eb4dab6b196c3faa4

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

= effective_form_with(model: [:admin, cpd_audit], engine: true) do |f|
  %p The audittee has the following deadlines:

  %ul
    %li To declare conflict of interest: #{f.object.deadline_to_conflict_of_interest}
    %li To request exemption: #{f.object.deadline_to_exemption}
    %li To request extension: #{f.object.deadline_to_extension}

  = f.check_box :ignore_deadlines, label: 'Yes, ignore audittee deadlines and allow these actions to be performed'

  = f.submit 'Save', 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_deadlines.html.haml
effective_cpd-1.2.0 app/views/admin/cpd_audits/_form_deadlines.html.haml
effective_cpd-1.1.3 app/views/admin/cpd_audits/_form_deadlines.html.haml
effective_cpd-1.1.2 app/views/admin/cpd_audits/_form_deadlines.html.haml
effective_cpd-1.1.1 app/views/admin/cpd_audits/_form_deadlines.html.haml
effective_cpd-1.1.0 app/views/admin/cpd_audits/_form_deadlines.html.haml