diff options
Diffstat (limited to 'tpl/views/status-indicator.pug')
| -rw-r--r-- | tpl/views/status-indicator.pug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tpl/views/status-indicator.pug b/tpl/views/status-indicator.pug new file mode 100644 index 0000000..6d7ad30 --- /dev/null +++ b/tpl/views/status-indicator.pug | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | mixin view-status-indicator | ||
| 2 | +view('status-indicator', 'Status indicator') | ||
| 3 | .c-box | ||
| 4 | +status-indicator | ||
| 5 | = ' ' | ||
| 6 | +status-indicator('green') | ||
| 7 | = ' ' | ||
| 8 | +status-indicator('yellow') | ||
| 9 | = ' ' | ||
| 10 | +status-indicator('red') | ||
