debian-mirror-gitlab/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
Text
Raw Normal View History

2022-07-23 23:45:48 +05:30
.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