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

6 lines
156 B
HTML

<div class="system-status-badge color-{{ .alert }}">
<!-- Depends on status -->
<img src="/images/icon-{{ .alert }}.svg" />
{{ .description }}
</div>