mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Merge code between editions
This commit is contained in:
parent
d1b803b246
commit
6a9ad7f540
20 changed files with 365 additions and 110 deletions
|
@ -14,6 +14,11 @@ import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-rout
|
|||
|
||||
export default Route.extend(AuthenticatedRouteMixin, {
|
||||
beforeModel() {
|
||||
this.transitionTo('folders');
|
||||
// this.transitionTo('folders');
|
||||
},
|
||||
|
||||
activate: function () {
|
||||
this._super(...arguments);
|
||||
this.browser.setTitleWithoutSuffix('Aw, Snap!');
|
||||
}
|
||||
});
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
<h1>Not found</h1>
|
||||
<div class="not-found">
|
||||
<h1>Oops! That page couldn't be found.</h1>
|
||||
<p>Maybe the content you're looking for is no longer available?</p>
|
||||
<p> </p>
|
||||
<a href="/">Return to Documize home page</a>
|
||||
</div>
|
||||
{{outlet}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue