diff options
Diffstat (limited to 'tpl/views/bubble-group.pug')
| -rw-r--r-- | tpl/views/bubble-group.pug | 9 |
1 files changed, 9 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 | ||
