diff -r 2b3247d02769 -r f55970e41793 server/bo_client/app/templates/index.hbs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/bo_client/app/templates/index.hbs Mon Oct 05 17:02:10 2015 +0200 @@ -0,0 +1,24 @@ +
+
+
+
+
{{t 'bo.document_list'}}
+ +
+ + + + + + {{#each model as |doc|}} + + {{/each}} + +
{{t 'bo.document_list.uri_col'}}{{t 'bo.document_list.id_col'}}
{{ doc.uri }}{{#link-to 'doc' doc}}{{doc.id}}{{/link-to}}
+
+
+
+
+
+ +{{outlet}}