Sha256: e36cf2c13b59caaf70d64bcc03faf97ff493e44efb2c6243878004bff32c55af

Contents?: true

Size: 1.28 KB

Versions: 23

Compression:

Stored size: 1.28 KB

Contents

= effective_form_with(model: [:admin, cpd_cycle], engine: true) do |f|
  %h2 All Steps Content

  .card.mb-4
    .card-body
      %h5.card-title All Steps Content
      = f.rich_text_area :all_steps_content, label: false, hint: 'displayed on all statement steps'

  .card.mb-4
    .card-body
      %h5.card-title Sidebar Content
      = f.rich_text_area :sidebar_content, label: false, hint: 'displayed on the sidebar on all statement steps'

  %h2 Individual Steps Content
  .card.mb-4
    .card-body
      %h5.card-title Start Step
      = f.rich_text_area :start_content, label: false, hint: 'displayed on the start step only'

  .card.mb-4
    .card-body
      %h5.card-title Activities Step
      = f.rich_text_area :activities_content, label: false, hint: 'displayed on the activities step only'

  .card.mb-4
    .card-body
      %h5.card-title Agreements Step
      = f.rich_text_area :agreements_content, label: false, hint: 'displayed on the agreements step only'

  .card.mb-4
    .card-body
      %h5.card-title Submit Step
      = f.rich_text_area :submit_content, label: false, hint: 'displayed on the submit step only'

  .card.mb-4
    .card-body
      %h5.card-title Complete Step
      = f.rich_text_area :complete_content, label: false, hint: 'displayed on the complete step only'

  = f.submit

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
effective_cpd-0.3.3 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.3.2 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.3.1 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.3.0 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.2.1 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.2.0 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.19 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.18 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.17 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.16 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.15 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.14 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.13 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.12 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.11 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.10 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.9 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.8 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.7 app/views/admin/cpd_cycles/_form_content.html.haml
effective_cpd-0.1.6 app/views/admin/cpd_cycles/_form_content.html.haml