Sha256: 28927a05460ae531058fbbe937f9edf3cae69195709776cdbc778710310f0c36

Contents?: true

Size: 581 Bytes

Versions: 42

Compression:

Stored size: 581 Bytes

Contents

.card.mb-4{class: "effective-events-#{event.category.to_s.parameterize}"}
  .card-body
    - if event.category.present?
      = link_to(event.category, effective_events.events_path + '/' + event.category.parameterize, class: "badge badge-event mb-2 effective-events-#{event.category.parameterize}")

    %h2.mt-1= link_to event.title, effective_events.event_path(event)
    .effective-events-schedule= effective_events_event_schedule(event)
    .effective-events-excerpt= event.excerpt.to_s
    = link_to "View Event",  effective_events.event_path(event), class: 'btn btn-primary'

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
effective_events-0.18.0 app/views/effective/events/_event.html.haml
effective_events-0.17.0 app/views/effective/events/_event.html.haml
effective_events-0.16.0 app/views/effective/events/_event.html.haml
effective_events-0.15.1 app/views/effective/events/_event.html.haml
effective_events-0.15.0 app/views/effective/events/_event.html.haml
effective_events-0.14.2 app/views/effective/events/_event.html.haml
effective_events-0.14.1 app/views/effective/events/_event.html.haml
effective_events-0.14.0 app/views/effective/events/_event.html.haml
effective_events-0.13.1 app/views/effective/events/_event.html.haml
effective_events-0.13.0 app/views/effective/events/_event.html.haml
effective_events-0.11.3 app/views/effective/events/_event.html.haml
effective_events-0.11.2 app/views/effective/events/_event.html.haml
effective_events-0.11.1 app/views/effective/events/_event.html.haml
effective_events-0.11.0 app/views/effective/events/_event.html.haml
effective_events-0.10.2 app/views/effective/events/_event.html.haml
effective_events-0.10.1 app/views/effective/events/_event.html.haml
effective_events-0.10.0 app/views/effective/events/_event.html.haml
effective_events-0.9.3 app/views/effective/events/_event.html.haml
effective_events-0.9.2 app/views/effective/events/_event.html.haml
effective_events-0.9.1 app/views/effective/events/_event.html.haml