gitlab-org--gitlab-foss/app/views/dashboard/_activities.html.haml

10 lines
200 B
Plaintext
Raw Normal View History

= render "events/event_last_push", event: @last_push
= render 'shared/event_filter'
- if @events.any?
.content_list
- else
.nothing-here-block Projects activity will be displayed here
= spinner