8d65303268
refs https://github.com/TryGhost/Ghost/issues/14101 - `{{action}}` is deprecated and should be replaced with `{{on}}` and `{{fn}}` with direct use of methods - switched to calling `ui.setMainClass` action directly
6 lines
155 B
Handlebars
6 lines
155 B
Handlebars
<div class="gh-view" {{did-insert (fn this.ui.setMainClass "gh-main-white")}}>
|
|
<div class="gh-content">
|
|
<GhLoadingSpinner />
|
|
</div>
|
|
</div>
|