Ghost/ghost/admin/app/templates/components/gh-upgrade-notification.hbs
Vijay Kandy b4e812db54 Added upgrade notification component to About page. (#102)
- Picked some fixes https://github.com/TryGhost/Ghost/pull/5670/files
- Destructured Ember properties
- Removed unused imports and fixed unit test errors.
2016-07-15 16:58:35 -06:00

4 lines
68 B
Handlebars

{{#if message}}
<span>{{gh-format-html message}}</span>
{{/if}}