mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
11 lines
384 B
Plaintext
11 lines
384 B
Plaintext
%section.settings-section.js-search-settings-section{ options_attrs }
|
|
.settings-sticky-header
|
|
.settings-sticky-header-inner
|
|
%h2.gl-heading-2{ class: '!gl-mb-3' }
|
|
= heading || @heading
|
|
- if description || @description
|
|
%p.gl-text-subtle.gl-mb-3
|
|
= description || @description
|
|
.gl-mt-3{ data: { testid: 'settings-section-body' } }
|
|
= body
|