Sha256: a98670e9c360f89dd394c8b01355ac7ca22a73fd1f8a1e2baccaf04458f98e7d

Contents?: true

Size: 473 Bytes

Versions: 46

Compression:

Stored size: 473 Bytes

Contents

= render('layout') do
  - raise('expected a completed cpd_audit_review') unless resource.completed?

  .text-center
    .row
      .col-2
      .col-8
        .alert.alert-success Audit Review Submitted!

  %p
    The following audit review was successfully submitted at
    = succeed('.') do
      = resource.submitted_at.strftime('%F')

  %p Thank you for your review.

  .mb-4= render(resource)

  %br
  .text-center= link_to 'Home', root_path, class: 'btn btn-primary'

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
effective_cpd-0.6.9 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-1.0.0 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.8 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.7 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.6 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.5 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.4 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.3 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.2 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.1 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.6.0 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.5.4 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.5.3 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.5.2 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.5.1 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.5.0 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.4.3 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.4.2 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.4.1 app/views/effective/cpd_audit_reviews/complete.html.haml
effective_cpd-0.4.0 app/views/effective/cpd_audit_reviews/complete.html.haml