gitlab-org--gitlab-foss/app/views/events/_events.html.haml

5 lines
133 B
Plaintext

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