summaryrefslogtreecommitdiff
path: root/app/components/pajamas/card_component.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/pajamas/card_component.html.haml')
-rw-r--r--app/components/pajamas/card_component.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/components/pajamas/card_component.html.haml b/app/components/pajamas/card_component.html.haml
new file mode 100644
index 00000000000..007229cc69f
--- /dev/null
+++ b/app/components/pajamas/card_component.html.haml
@@ -0,0 +1,9 @@
+.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