debian-mirror-gitlab/app/views/events/_events.html.haml
2019-02-13 22:33:31 +05:30

4 lines
133 B
Text

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