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

_activities.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b62076c23f3c448d494b1f0f584a714715c8c8f4 (plain)
1
2
3
4
5
6
7
8
.nav-block.activities
  = render 'shared/event_filter', show_group_events: @group.supports_events?
  .controls
    = render Pajamas::ButtonComponent.new(href: group_path(@group, rss_url_options), icon: 'rss', button_options: { class: 'd-none d-sm-inline-flex has-tooltip', title: _('Subscribe') })

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