mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
9 lines
427 B
Plaintext
9 lines
427 B
Plaintext
.nav-block.activities.gl-static
|
|
= render 'shared/event_filter'
|
|
.controls.gl-flex
|
|
= link_button_to nil, project_path(@project, rss_url_options), title: s_("ProjectActivityRSS|Subscribe"), class: '!gl-hidden sm:!gl-inline-flex has-tooltip', icon: 'rss'
|
|
|
|
%ul.content_list.gl-list-none.gl-pl-0.project-activity{ :"data-href" => activity_project_path(@project) }
|
|
.loading
|
|
= render Pajamas::SpinnerComponent.new(size: :md)
|