summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_activities.html.haml
blob: 4edb0f324dc111b17c8cd728e01297f0e12387c5 (plain)
1
2
3
4
5
6
7
8
9
.nav-block.activities
  = render 'shared/event_filter'
  .controls
    = link_to dashboard_projects_path(rss_url_options), class: 'btn gl-button btn-default btn-icon d-none d-sm-inline-flex has-tooltip', title: 'Subscribe' do
      = sprite_icon('rss', css_class: 'gl-icon')

.content_list
.loading
  = render Pajamas::SpinnerComponent.new(size: :md)