mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
f22a758a3b
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
7 lines
256 B
Handlebars
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>
|