diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/dialog.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug index 3a47b2f..12726a3 100644 --- a/tpl/objects/dialog.pug +++ b/tpl/objects/dialog.pug | |||
@@ -32,8 +32,8 @@ mixin dialog(title) | |||
32 | header.o-dialog__header | 32 | header.o-dialog__header |
33 | +div-heading('lg')(class='o-dialog__title') | 33 | +div-heading('lg')(class='o-dialog__title') |
34 | = title | 34 | = title |
35 | +action-button(round=true quiet=true icon='x' class='o-dialog__close-btn') | ||
35 | section(class=bodyClass) | 36 | section(class=bodyClass) |
36 | +action-button(round=true quiet=true icon='x' class='o-dialog__close-btn') | ||
37 | if slots.body | 37 | if slots.body |
38 | - slots.body() | 38 | - slots.body() |
39 | footer.o-dialog__footer.l-button-group | 39 | footer.o-dialog__footer.l-button-group |