diff --git a/ui/lib/core/addon/components/page/error.hbs b/ui/lib/core/addon/components/page/error.hbs new file mode 100644 index 000000000..b69dc7e8c --- /dev/null +++ b/ui/lib/core/addon/components/page/error.hbs @@ -0,0 +1,25 @@ +
Sorry, we were unable to find any content at {{@error.path}}
.
You are not authorized to access content at {{@error.path}}
.
+ {{#if @error.message}} +
{{@error.message}}
+ {{/if}} + {{#each @error.errors as |error index|}} +{{error}}
+ {{/each}} + + {{/if}} +Sorry, we were unable to find any content at {{or this.model.path this.path}}
.
You are not authorized to access content at {{or this.model.path this.path}}
.
- {{#if this.model.message}} -
{{this.model.message}}
- {{/if}} - {{#each this.model.errors as |error|}} -{{error}}
- {{/each}} - - {{/if}} -