debian-mirror-gitlab/app/views/dashboard/_activities.html.haml

14 lines
372 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
.hidden-xs
= render "events/event_last_push", event: @last_push
2015-09-25 12:07:36 +05:30
.gray-content-block
2015-09-11 14:41:01 +05:30
- if current_user
%ul.nav.nav-pills.event_filter.pull-right
%li.pull-right
2015-09-25 12:07:36 +05:30
= link_to dashboard_projects_path(:atom, { private_token: current_user.private_token }), class: 'rss-btn' do
2015-09-11 14:41:01 +05:30
%i.fa.fa-rss
= render 'shared/event_filter'
2015-09-25 12:07:36 +05:30
2015-04-26 12:48:37 +05:30
.content_list
2014-09-02 18:07:02 +05:30
= spinner