summaryrefslogtreecommitdiff
path: root/app/views/events/_events.html.haml
blob: 6ae4c334f7ff7cb7a325b32aa78838593758d83a (plain)
1
2
3
4
- if @events.present?
  = render partial: 'events/event', collection: @events
- else
  .nothing-here-block= _("No activities found")