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

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

10 lines
208 B
Plaintext
Raw Normal View History

.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