gitlab-org--gitlab-foss/app/components/pajamas/card_component.html.haml

10 lines
208 B
Plaintext

.gl-card{ @card_options }
- if header?
.gl-card-header{ @header_options }
= header
.gl-card-body{ @body_options }
= body
- if footer?
.gl-card-footer{ @footer_options }
= footer