summaryrefslogtreecommitdiffstats
path: root/tpl/views/badge.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/badge.pug')
-rw-r--r--tpl/views/badge.pug4
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug
index ce41f25..e81a723 100644
--- a/tpl/views/badge.pug
+++ b/tpl/views/badge.pug
@@ -5,6 +5,10 @@ mixin view-badge
5 = ' ' 5 = ' '
6 +badge('accent')= 'new' 6 +badge('accent')= 'new'
7 = ' ' 7 = ' '
8 +badge('accent-quiet')= 'new'
9 = ' '
8 +badge(size=200)= '100' 10 +badge(size=200)= '100'
9 = ' ' 11 = ' '
10 +badge('accent')(size=200)= 'new' 12 +badge('accent')(size=200)= 'new'
13 = ' '
14 +badge('accent-quiet')(size=200)= 'new'