Sha256: 14404da135767e648fbe90ee6257c9326faa4ed58b95a79add1370f596ec7f3f

Contents?: true

Size: 496 Bytes

Versions: 6

Compression:

Stored size: 496 Bytes

Contents

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

    %p
      The auditee attached the following files:
      - if resource.cpd_audit.files.blank?
        None

    %ul
      - resource.cpd_audit.files.each do |file|
        %li= link_to(file.filename, url_for(file), target: '_blank')

    %hr
    = f.text_area :comments, label: 'Reviewer comments'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_cpd-1.2.1 app/views/effective/cpd_audit_reviews/files.html.haml
effective_cpd-1.2.0 app/views/effective/cpd_audit_reviews/files.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_audit_reviews/files.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_audit_reviews/files.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_audit_reviews/files.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_audit_reviews/files.html.haml