summaryrefslogtreecommitdiffstats
path: root/tpl/views/status-indicator.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/views/status-indicator.pug')
-rw-r--r--tpl/views/status-indicator.pug8
1 files changed, 4 insertions, 4 deletions
diff --git a/tpl/views/status-indicator.pug b/tpl/views/status-indicator.pug
index 553e454..f4c8ad0 100644
--- a/tpl/views/status-indicator.pug
+++ b/tpl/views/status-indicator.pug
@@ -3,10 +3,10 @@ mixin view-status-indicator
3 .c-box 3 .c-box
4 +status-indicator 4 +status-indicator
5 = ' ' 5 = ' '
6 +status-indicator('primary') 6 +status-indicator('accent')
7 = ' ' 7 = ' '
8 +status-indicator('green') 8 +status-indicator('positive')
9 = ' ' 9 = ' '
10 +status-indicator('yellow') 10 +status-indicator('warning')
11 = ' ' 11 = ' '
12 +status-indicator('red') 12 +status-indicator('negative')