Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_activities.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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)