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: 8750b80ccfd4cadfe8f3850a3c8d6218200c0fab (plain)
1
2
3
4
5
6
7
8
.nav-block.activities
  = render 'shared/event_filter'
  .controls
    = render Pajamas::ButtonComponent.new(href: dashboard_projects_path(rss_url_options), icon: 'rss', button_options: { title: _('Subscribe'), aria: { label: _('Subscribe') }, class: 'gl-display-none gl-sm-display-inline-flex' })

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