spearhead-statuskit/site/layouts/partials/status-badge.html

6 lines
174 B
HTML
Raw Normal View History

<div class="system-status-badge color-{{ .alert }}">
<!-- Depends on status -->
2017-08-31 04:00:58 +03:00
<img src="/images/icon-{{ .alert }}.svg" alt="{{ .alert }}"/>
{{ .description }}
</div>