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

6 lines
156 B
HTML
Raw Normal View History

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