open-vault/ui/app/templates/components/console/log-error-with-html.hbs
Matthew Irish d509588cd2
Ember update (#5386)
Ember update - update ember-cli, ember-data, and ember to 3.4 series
2018-09-25 11:28:26 -05:00

6 lines
188 B
Handlebars

{{! template-lint-disable no-triple-curlies}}
<div class="console-ui-alert has-text-danger">
{{i-con glyph="close-circled" aria-hidden="true" size=12}}
<pre>{{{content}}}</pre>
</div>