debian-mirror-gitlab/app/views/events/_events.html.haml

5 lines
133 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- if @events.present?
= render partial: 'events/event', collection: @events
- else
.nothing-here-block= _("No activities found")