From 19268ac412e1b4ce48ad04affbe87a888677f6d6 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Thu, 2 Jan 2020 15:42:19 +1030 Subject: [PATCH] Making options stand out --- views/themes/Cloth/cart.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/themes/Cloth/cart.hbs b/views/themes/Cloth/cart.hbs index b408955..9506202 100644 --- a/views/themes/Cloth/cart.hbs +++ b/views/themes/Cloth/cart.hbs @@ -18,9 +18,9 @@
{{#each this.options}} {{#if @last}} - {{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} + {{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} {{else}} - {{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} / + {{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} / {{/if}} {{/each}}