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

8 lines
374 B
Text

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