diff --git a/views/order.hbs b/views/order.hbs index 9338e9f..0f8c0de 100644 --- a/views/order.hbs +++ b/views/order.hbs @@ -53,12 +53,12 @@   >   {{ @root.__ "Options" }}: ( - {{#each this.options}} + {{#each this.options}} {{#if @last}} - {{@key}}: {{this}} - {{else}} - {{@key}}: {{this}} / - {{/if}} + {{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} + {{else}} + {{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} / + {{/if}} {{/each}} ) {{/if}}