summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_activities.html.haml
blob: 213b5d65b3c0d69acb242fe49e5879399dd2b3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.hidden-xs
  = 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

  = render 'shared/event_filter'
  %hr
.content_list
= spinner