1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

Move revisions to new ui framework

This commit is contained in:
sauls8t 2018-12-20 13:05:22 +00:00
parent 2042454e77
commit 3c81297fc6
19 changed files with 288 additions and 190 deletions

View file

@ -56,6 +56,9 @@ export default Router.map(function () {
this.route('settings', {
path: 'settings'
});
this.route('revisions', {
path: 'revisions'
});
}
);