Ghost/ghost/admin/app/components/gh-alert.hbs
Gabriel Csapo f22a758a3b [chore] run the no-implicit-this codemod (#2244)
refs https://github.com/TryGhost/Admin/pull/2238

Follow up to #2238, this should remove the existing no-implicit-this lint errors and any new violations should be flagged right away.

* run the no-implicit-this codemod
* updated todos
2022-02-02 17:09:02 +00:00

7 lines
256 B
Handlebars

<div class="gh-alert-content">
{{this.message.message}}
</div>
<button class="gh-alert-close" data-test-button="close-notification" type="button" {{action "closeNotification"}}>
{{svg-jar "close-stroke"}}<span class="hidden">Close</span>
</button>