Sha256: bf4303667ee47ea21de083e11d0f95301a88dde182cb6daf7e88326b0f3b2aaa

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 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

    = render('effective/cpd_statements/agreement_fields', f: f)

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
effective_cpd-1.7.2 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.7.1 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.7.0 app/views/effective/cpd_statements/agreements.html.haml
effective_cpd-1.6.5 app/views/effective/cpd_statements/agreements.html.haml