changeset 168 | 17f10b56c079 |
parent 4 | f55970e41793 |
--- 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 @@ </thead> <tbody> {{#each model as |doc|}} - <tr><td>{{ doc.uri }}</td><td>{{#link-to 'doc' doc}}{{doc.id}}{{/link-to}}</td></tr> + <tr><td>{{ doc.uri }}</td><td>{{#link-to 'doc' doc.encodedId}}{{doc.id}}{{/link-to}}</td></tr> {{/each}} </tbody> </table>