debian-mirror-gitlab/app/components/pajamas/card_component.html.haml
2022-07-23 20:15:48 +02:00

9 lines
208 B
Text

.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