Fix display of options

master
Mark Moffat 2020-01-02 15:54:57 +10:30
parent 1d36aca1c1
commit c34aef8939
1 changed files with 5 additions and 5 deletions

View File

@ -55,9 +55,9 @@
(
{{#each this.options}}
{{#if @last}}
{{@key}}: {{this}}
<strong>{{#upperFirst this.name}}{{/upperFirst}}</strong>: {{this.value}}
{{else}}
{{@key}}: {{this}} /
<strong>{{#upperFirst this.name}}{{/upperFirst}}:</strong> {{this.value}} /
{{/if}}
{{/each}}
)