Sha256: a821baf863e656e47fbf764f03a4f2f97d7221a980fc63c8e86e0aa2e4c1ad88

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

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

    %hr
    = f.text_area :comments, label: 'Reviewer notes', hint: 'Not displayed to the auditee'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
effective_cpd-1.2.4 app/views/effective/cpd_audit_reviews/questionnaire.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_reviews/questionnaire.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_reviews/questionnaire.html.haml