Sha256: 686ce2a17bd12a2d781bde27fbb4e6a53468107bb96f7b0f20bd76fad5f14616

Contents?: true

Size: 792 Bytes

Versions: 23

Compression:

Stored size: 792 Bytes

Contents

= render('layout') do
  %h1= resource.cpd_cycle

  - if resource.cpd_cycle.all_steps_content.present?
    .mb-2= resource.cpd_cycle.all_steps_content.to_s

  - if resource.cpd_cycle.agreements_content.present?
    .mb-2= resource.cpd_cycle.agreements_content.to_s

  = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
    = f.hidden_field :current_step

    %h2 Agreements
    = f.check_box :confirm_read, label: "Yes, I have read the above content and agreements"
    = f.check_box :confirm_factual, label: "Yes, I declare all provided information to be factual and complete"

    %h2 Resume
    = f.file_field :files, label: 'Attach resume', hint: 'Please attach your resume or other CPD related documents'

    = f.submit 'Save and Continue', center: true

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
effective_cpd-0.6.9 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.2.4 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.2.1 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.2.0 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.0.0 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.8 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.7 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.6 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.5 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.4 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.3 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.2 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.1 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-0.6.0 app/views/effective/cpd_statements/agreements.html.haml