Sha256: b918c721909826ff1d4ee647eb63d6da3c6081958aeff62bf7879fd21dfb0022

Contents?: true

Size: 291 Bytes

Versions: 15

Compression:

Stored size: 291 Bytes

Contents

- all_steps_content = resource.poll&.rich_text_all_steps_content
- step_content = resource.poll&.send("rich_text_#{step}_content")

- if all_steps_content.present?
  .card.mb-4
    .card-body= all_steps_content.to_s

- if step_content.present?
  .card.mb-4
    .card-body= step_content.to_s

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
effective_polls-0.7.2 app/views/effective/ballots/_content.html.haml
effective_polls-0.7.1 app/views/effective/ballots/_content.html.haml
effective_polls-0.7.0 app/views/effective/ballots/_content.html.haml
effective_polls-0.6.2 app/views/effective/ballots/_content.html.haml
effective_polls-0.6.1 app/views/effective/ballots/_content.html.haml
effective_polls-0.6.0 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.6 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.5 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.4 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.3 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.2 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.1 app/views/effective/ballots/_content.html.haml
effective_polls-0.5.0 app/views/effective/ballots/_content.html.haml
effective_polls-0.4.1 app/views/effective/ballots/_content.html.haml
effective_polls-0.4.0 app/views/effective/ballots/_content.html.haml