Sha256: 66ba529edda3bd9aba7b2dc7c2d9a552355f1cc19cf6b70f66844c3a9c3ff83b

Contents?: true

Size: 284 Bytes

Versions: 30

Compression:

Stored size: 284 Bytes

Contents

- all_steps_content = resource.try(:rich_text_all_steps_content)
- step_content = resource.try("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

30 entries across 15 versions & 1 rubygems

Version Path
effective_products-0.2.1 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.2.1 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.2.0 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.2.0 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.1.2 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.1.2 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.1.1 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.1.1 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.1.0 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.1.0 app/views/effective/ring_wizards/_content.html.haml