Sha256: f08d0b5d6b44019acc6ff82acb6d4cdcc7682c7948f10c1608768bf3b698e155

Contents?: true

Size: 623 Bytes

Versions: 9

Compression:

Stored size: 623 Bytes

Contents

= render('layout') do
  %p You have been selected to conduct a #{resource.cpd_audit.cpd_audit_level} audit.

  - if resource.cpd_audit_level.anonymous?
    %p This is an anonymous audit, and you have been assigned the name #{resource.name}.
    %p You have been matched with the auditee, #{resource.cpd_audit.name}.

  - else
    %p You have been matched with the auditee:

    %ul
      %li #{resource.cpd_audit.user} <#{mail_to(resource.cpd_audit.user.email)}>

  = 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

9 entries across 9 versions & 1 rubygems

Version Path
effective_cpd-1.2.4 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.2.1 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.2.0 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_audit_reviews/start.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_audit_reviews/start.html.haml