open-vault/ui/lib/core/addon/components/namespace-reminder.hbs

16 lines
355 B
Handlebars

{{#if this.showMessage}}
{{#if (has-block)}}
<p class="namespace-reminder">
{{yield (hash namespace=this.namespace)}}
</p>
{{else}}
<p class="namespace-reminder">
This
{{@noun}}
will be
{{this.modeVerb}}
in the
<span class="tag">{{this.namespace.path}}/</span>namespace.
</p>
{{/if}}
{{/if}}