open-vault/ui/app/templates/components/console/log-error-with-html.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

6 lines
185 B
Handlebars

{{! template-lint-disable no-triple-curlies}}
<div class="console-ui-alert has-text-danger">
<Icon @glyph="cancel-circle-fill" aria-hidden="true" />
<pre>{{{content}}}</pre>
</div>