TryGhost/Ghost

View on GitHub
ghost/admin/app/templates/application-error.hbs

Summary

Maintainability
Test Coverage
<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 />