Sha256: b1f7e0e8a18d98346eddc0c291f2d864b4e0f24a95d0ab9eda1b6a7a8d8ff067

Contents?: true

Size: 903 Bytes

Versions: 11

Compression:

Stored size: 903 Bytes

Contents

= effective_form_with(model: [:admin, poll], engine: true) do |f|
  .card.mb-4
    .card-body
      %h5.card-title All Steps Content
      = f.rich_text_area :all_steps_content, label: false, hint: 'displayed on all ballot steps'

  .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 Vote Step
      = f.rich_text_area :vote_content, label: false, hint: 'displayed on the vote step only'

  .card.mb-4
    .card-body
      %h5.card-title Review and Submit Step
      = f.rich_text_area :submit_content, label: false, hint: 'displayed on the review and 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

11 entries across 11 versions & 1 rubygems

Version Path
effective_polls-0.3.0 app/views/admin/polls/_form_content.html.haml
effective_polls-0.2.0 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.6 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.5 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.4 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.3 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.2 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.1 app/views/admin/polls/_form_content.html.haml
effective_polls-0.1.0 app/views/admin/polls/_form_content.html.haml
effective_polls-0.0.2 app/views/admin/polls/_form_content.html.haml
effective_polls-0.0.1 app/views/admin/polls/_form_content.html.haml