Sha256: 89730ca5f66580b9e15bf82d0d9d3325b9e8fb54e5336b2082a84a78d8314ca9

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

= render('layout') do
  %h1= resource.cpd_cycle

  - if resource.cpd_cycle.all_steps_content.present?
    .mb-2= resource.cpd_cycle.all_steps_content.to_s

  - if resource.cpd_cycle.complete_content.present?
    .mb-2= resource.cpd_cycle.complete_content.to_s

  = render(resource)

  %hr
  .text-center= link_to 'Home', root_url, class: 'btn btn-primary'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
effective_cpd-0.5.4 app/views/effective/cpd_statements/complete.html.haml
effective_cpd-0.5.3 app/views/effective/cpd_statements/complete.html.haml
effective_cpd-0.5.2 app/views/effective/cpd_statements/complete.html.haml