Sha256: 3dd16083cbe3a6c03794173a4b4222ccea9eaede57908c4359d2072ae1c63e5d

Contents?: true

Size: 283 Bytes

Versions: 14

Compression:

Stored size: 283 Bytes

Contents

- all_steps_content = resource.event&.rich_text_all_steps_content
- step_content = resource.event&.send("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

14 entries across 14 versions & 1 rubygems

Version Path
effective_events-0.4.0 app/views/effective/event_registrations/_content.html.haml
effective_events-0.3.1 app/views/effective/event_registrations/_content.html.haml
effective_events-0.3.0 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.8 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.7 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.6 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.5 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.4 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.3 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.2 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.1 app/views/effective/event_registrations/_content.html.haml
effective_events-0.2.0 app/views/effective/event_registrations/_content.html.haml
effective_events-0.1.10 app/views/effective/event_registrations/_content.html.haml
effective_events-0.1.9 app/views/effective/event_registrations/_content.html.haml