debian-mirror-gitlab/app/views/events/_events.html.haml
2019-02-15 15:39:39 +05:30

5 lines
133 B
Text

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