gitlab-org--gitlab-foss/app/views/dashboard/_activities.html.haml
Dmitriy Zaporozhets 6cbadc953f
css class .hide has \!important so use gl-hide instead
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31 00:38:53 +02:00

8 lines
210 B
Text

= render "events/event_last_push", event: @last_push
= render 'shared/event_filter'
- if @events.any?
.content_list
- else
%p.nothing_here_message Projects activity will be displayed here
.loading.gl-hide