diff options
Diffstat (limited to 'tpl/objects/action-button.pug')
| -rw-r--r-- | tpl/objects/action-button.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/action-button.pug b/tpl/objects/action-button.pug index d752fa6..0467bd7 100644 --- a/tpl/objects/action-button.pug +++ b/tpl/objects/action-button.pug | |||
| @@ -17,7 +17,7 @@ mixin action-button | |||
| 17 | 17 | ||
| 18 | a(class=classes href=href) | 18 | a(class=classes href=href) |
| 19 | if attributes.icon | 19 | if attributes.icon |
| 20 | +icon(attributes.icon) | 20 | +icon(attributes.icon)(block=!block) |
| 21 | = ' ' | 21 | = ' ' |
| 22 | if block | 22 | if block |
| 23 | span.o-action-button__label | 23 | span.o-action-button__label |
