Sha256: 6757f9e8b5abf2e8357cfc6852a7e46b9107e6252526d2472d1f83e686544c3a

Contents?: true

Size: 588 Bytes

Versions: 28

Compression:

Stored size: 588 Bytes

Contents

= render('layout') do
  .mb-3
    = collapse("Show #{cpd_audit_label}...", 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 #{cpd_auditee_label}"

    %hr
    = f.text_area :comments, hint: "Not displayed to the #{cpd_auditee_label}"

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

Version data entries

28 entries across 28 versions & 1 rubygems

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