diff options
Diffstat (limited to 'tpl/objects/switch.pug')
| -rw-r--r-- | tpl/objects/switch.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/objects/switch.pug b/tpl/objects/switch.pug index 0c9c1ab..6f83fdc 100644 --- a/tpl/objects/switch.pug +++ b/tpl/objects/switch.pug | |||
| @@ -7,6 +7,6 @@ mixin switch | |||
| 7 | 7 | ||
| 8 | label(class=classes) | 8 | label(class=classes) |
| 9 | input.o-switch__native(type='checkbox')&attributes(attributes) | 9 | input.o-switch__native(type='checkbox')&attributes(attributes) |
| 10 | .o-switch__indicator | 10 | span.o-switch__indicator |
| 11 | .o-switch__label | 11 | span.o-switch__label |
| 12 | block | 12 | block |
