Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_events.html.haml « events « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ae4c334f7ff7cb7a325b32aa78838593758d83a (plain)
1
2
3
4
- if @events.present?
  = render partial: 'events/event', collection: @events
- else
  .nothing-here-block= _("No activities found")