debian-mirror-gitlab/app/views/groups/_activities.html.haml
2023-03-04 22:38:38 +05:30

8 lines
374 B
Text

.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)