Sha256: 68e19f9c4bddf5c244faff4cc19b30b97c1fe79a71b14338fdfb7e4068e995be

Contents?: true

Size: 274 Bytes

Versions: 12

Compression:

Stored size: 274 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

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

Version data entries

12 entries across 8 versions & 1 rubygems

Version Path
effective_products-0.0.9 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.0.9 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.8 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.8 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.0.7 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.7 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.0.6 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.6 app/views/effective/stamp_wizards/_content.html.haml
effective_products-0.0.5 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.4 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.3 app/views/effective/ring_wizards/_content.html.haml
effective_products-0.0.2 app/views/effective/ring_payments/_content.html.haml