debian-mirror-gitlab/app/views/dashboard/_activities.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
374 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
.nav-block.activities
2018-11-08 19:23:39 +05:30
= render 'shared/event_filter'
2017-08-17 22:00:37 +05:30
.controls
2023-03-04 22:38:38 +05:30
= 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' })
2015-09-25 12:07:36 +05:30
2015-04-26 12:48:37 +05:30
.content_list
2020-03-13 15:44:24 +05:30
.loading
2022-08-13 15:12:31 +05:30
= render Pajamas::SpinnerComponent.new(size: :md)