Sha256: 0030e420cf620874ec5ce002c54c7c93dc7542f5e4c3fbe9f263bf52fba202d5
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
- # locals: - events ||= [] -#%ul.public_events - # = render partial: 'events/events_lis', locals: {events: events} %p.public_events - for event in events do %p.event %small = localize event.start_at, format: '%d.%m.%Y, %H:%M' - if event.location.present? | = event.location %br = link_to event.title, event_url(event)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
your_platform-1.0.1 | app/views/events/_public_index.html.haml |
your_platform-1.0.0 | app/views/events/_public_index.html.haml |
your_platform-0.0.2 | app/views/events/_public_index.html.haml |