Ghost-Admin/app/components/gh-email-preview-link.hbs

7 lines
198 B
Handlebars

<a href="" role="button" {{on "click" this.openPreview}} ...attributes>
{{~#if (has-block)~}}
{{~yield~}}
{{else}}
{{~or @data.subject @data.email.subject~}}
{{/if}}
</a>