Sha256: c222789535d9a24188a1414095bb9e78ed92ca985dd62f48d80dbfa9956f5a79

Contents?: true

Size: 574 Bytes

Versions: 3

Compression:

Stored size: 574 Bytes

Contents

= render('layout') do
  .mb-3
    = collapse('Show audit...', card_class: '') do
      .mt-4= render('effective/cpd_audits/cpd_audit', cpd_audit: resource.cpd_audit)

  %p Please provide any final feedback for #{resource.cpd_audit.name}:

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

    = f.text_area :feedback, label: 'Feedback for the auditee'

    %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/feedback.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_reviews/feedback.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_reviews/feedback.html.haml