ea9c8c03fe
refs https://github.com/TryGhost/Ghost/pull/15550 Pulled out of the rolled up node+ember-js+ember-template rollup linter update PR as it required fairly extensive changes. - bumped package - renamed `no-down-event-binding` to `no-pointer-down-event-binding` - disabled `no-pointer-down-event-binding` rule - disabled `no-triple-curlies` rule - ran `yarn lint:hbs --fix` - updated integration tests to match Octane syntax - fixed various one-off errors - updated .lint-todo
16 lines
623 B
Handlebars
16 lines
623 B
Handlebars
<div class="gh-view">
|
|
<section class="error-content error-404 js-error-container">
|
|
<section class="error-details">
|
|
<img class="error-ghost" src="assets/img/404-ghost@2x.png" srcset="assets/img/404-ghost.png 1x, assets/img/404-ghost@2x.png 2x" />
|
|
<section class="error-message">
|
|
<h1 class="error-code">{{this.model.code}}</h1>
|
|
<h2 class="error-description">
|
|
{{or (get this.model.payload.errors "0.message") this.model.message}}
|
|
</h2>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</div>
|
|
|
|
<EmberLoadRemover />
|