Sha256: bc58043ca83115fed56db0a0d9fa9a14a8409b065fbaed6e84e4a6af2c02f18e

Contents?: true

Size: 414 Bytes

Versions: 51

Compression:

Stored size: 414 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.start_content.present?
    .mb-2= resource.cpd_cycle.start_content.to_s

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

    = f.submit 'Start', center: true

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
effective_cpd-1.7.2 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.7.1 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.7.0 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.6.5 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.6.4 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.6.3 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.6.2 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.6.1 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.6.0 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.5.1 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.5.0 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.8 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.7 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.6 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.5 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.4 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.3 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.2 app/views/effective/cpd_statements/start.html.haml
effective_cpd-1.4.1 app/views/effective/cpd_statements/start.html.haml
effective_cpd-0.6.9 app/views/effective/cpd_statements/start.html.haml