Fix display of options
parent
1d36aca1c1
commit
c34aef8939
|
@ -55,9 +55,9 @@
|
|||
(
|
||||
{{#each this.options}}
|
||||
{{#if @last}}
|
||||
{{@key}}: {{this}}
|
||||
{{else}}
|
||||
{{@key}}: {{this}} /
|
||||
<strong>{{#upperFirst this.name}}{{/upperFirst}}</strong>: {{this.value}}
|
||||
{{else}}
|
||||
<strong>{{#upperFirst this.name}}{{/upperFirst}}:</strong> {{this.value}} /
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue