diff -r 009efee954f7 -r 17f10b56c079 server/bo_client/app/templates/index.hbs --- a/server/bo_client/app/templates/index.hbs Thu Jun 02 18:16:17 2016 +0200 +++ b/server/bo_client/app/templates/index.hbs Thu Jun 02 18:24:19 2016 +0200 @@ -11,7 +11,7 @@ {{#each model as |doc|}} - {{ doc.uri }}{{#link-to 'doc' doc}}{{doc.id}}{{/link-to}} + {{ doc.uri }}{{#link-to 'doc' doc.encodedId}}{{doc.id}}{{/link-to}} {{/each}}