4 lines
133 B
Text
4 lines
133 B
Text
- if @events.present?
|
|
= render partial: 'events/event', collection: @events
|
|
- else
|
|
.nothing-here-block= _("No activities found")
|