atst/templates/components/empty_state.html.to
2018-07-31 12:04:19 -04:00

10 lines
199 B
Plaintext

<div class='empty-state'>
<p>{{ message }}</p>
{% if icon %}
{% module Icon(icon) %}
{% end %}
<a href='{{ actionHref }}' class='usa-button usa-button-big'>{{ actionLabel }}</a>
</div>