diff options
Diffstat (limited to 'tpl/views')
-rw-r--r-- | tpl/views/bubble-group.pug | 9 | ||||
-rw-r--r-- | tpl/views/bubble.pug | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tpl/views/bubble-group.pug b/tpl/views/bubble-group.pug new file mode 100644 index 0000000..6f057c0 --- /dev/null +++ b/tpl/views/bubble-group.pug | |||
@@ -0,0 +1,9 @@ | |||
1 | mixin view-bubble-group | ||
2 | +view('bubble-group', 'Bubble group') | ||
3 | .c-box.l-overflow(style='max-height: 13em') | ||
4 | +bubble-group('Volpeon') | ||
5 | +bubble-group-bubble('12:34')= loremIpsum | ||
6 | +bubble-group-bubble('12:35')= loremIpsum | ||
7 | +bubble-group-bubble('12:36')= loremIpsum | ||
8 | +bubble-group-bubble('12:38')= loremIpsum | ||
9 | +bubble-group-bubble('12:39')= loremIpsum | ||
diff --git a/tpl/views/bubble.pug b/tpl/views/bubble.pug new file mode 100644 index 0000000..037398f --- /dev/null +++ b/tpl/views/bubble.pug | |||
@@ -0,0 +1,7 @@ | |||
1 | mixin view-bubble | ||
2 | +view('bubble', 'Bubble') | ||
3 | .c-box | ||
4 | +bubble('12:34', 'Volpeon')= loremIpsum | ||
5 | |||
6 | .c-box | ||
7 | +bubble('12:34', 'Volpeon')(scope='lock')= loremIpsum | ||