changeset 98 | 2e6bfce6f99c |
parent 94 | 62984937a062 |
child 136 | 5fed7e1716c2 |
--- a/cms/app-client/app/router.js Fri Jan 22 11:23:23 2016 +0100 +++ b/cms/app-client/app/router.js Fri Jan 22 13:15:47 2016 +0100 @@ -6,6 +6,7 @@ }); Router.map(function() { + this.route('tabs/detail', { path: '/detail/:document_id' }); this.route('tabs/langues', { path: '/langues' }); this.route('tabs/carto', { path: '/cartographie' }); this.route('tabs/thematiques', { path: '/thematiques' });