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

14 lines
352 B
Plaintext
Raw Normal View History

= render "events/event_last_push", event: @last_push
- if current_user
%ul.nav.nav-pills.event_filter.pull-right
%li.pull-right
= link_to dashboard_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do
%i.fa.fa-rss
Activity Feed
= render 'shared/event_filter'
%hr
2015-02-18 08:16:42 +00:00
.content_list
= spinner