diff options
Diffstat (limited to 'tpl/views')
-rw-r--r-- | tpl/views/card.pug | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tpl/views/card.pug b/tpl/views/card.pug index 3163b00..633cf01 100644 --- a/tpl/views/card.pug +++ b/tpl/views/card.pug | |||
@@ -27,12 +27,10 @@ mixin view-card | |||
27 | .l-media | 27 | .l-media |
28 | .l-media__block | 28 | .l-media__block |
29 | +badge('positive')(quiet=true icon='repeat' href='#') | 29 | +badge('positive')(quiet=true icon='repeat' href='#') |
30 | +icon('repeat') | 30 | strong= '12' |
31 | strong.u-mis-50= '12' | ||
32 | .l-media__block | 31 | .l-media__block |
33 | +badge('warning')(quiet=true icon='star' href='#') | 32 | +badge('warning')(quiet=true icon='star' href='#') |
34 | +icon('star') | 33 | strong= '34' |
35 | strong.u-mis-50= '34' | ||
36 | .l-media__block.u-mis-auto | 34 | .l-media__block.u-mis-auto |
37 | +a-button(primary=true)= 'Reply' | 35 | +a-button(primary=true)= 'Reply' |
38 | 36 | ||