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.pug8
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug
index 4c44af2..d4ca4b0 100644
--- a/tpl/views/badge.pug
+++ b/tpl/views/badge.pug
@@ -9,13 +9,13 @@ mixin view-badge
9 = ' ' 9 = ' '
10 +badge('accent-quiet')= 'new' 10 +badge('accent-quiet')= 'new'
11 = ' ' 11 = ' '
12 +badge(size=200)= '100' 12 +badge(size=200 href='#')= '100'
13 = ' ' 13 = ' '
14 +badge('primary')(size=200)= 'new' 14 +badge('primary')(size=200 href='#')= 'new'
15 = ' ' 15 = ' '
16 +badge('accent')(size=200)= 'new' 16 +badge('accent')(size=200 href='#')= 'new'
17 = ' ' 17 = ' '
18 +badge('accent-quiet')(size=200)= 'new' 18 +badge('accent-quiet')(size=200 href='#')= 'new'
19 19
20 .c-box 20 .c-box
21 +badge(pill=true)= '100' 21 +badge(pill=true)= '100'