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