Ghost/ghost/admin/app/templates/settings/theme/uploadtheme.hbs
ceecko 0b31be4c90 🎨 Added error message from limit service to theme upload
no issue

- Addresses 634d2daa13 (r49241896)
- Uses limit service to display the configured error message
2021-05-26 19:05:19 +02:00

16 lines
497 B
Handlebars

{{#if this.isAllowed}}
<GhFullscreenModal @modal="upload-theme"
@model={{hash
themes=this.themes
activate=(route-action 'activateTheme')
}}
@close={{route-action "cancel"}}
@modifier="action wide" />
{{else}}
<GhFullscreenModal @modal="upgrade-host-limit-custom-theme"
@model={{hash
limitErrorMessage=limitErrorMessage
}}
@close={{route-action "cancel"}}
@modifier="action wide" />
{{/if}}