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

@ -53,12 +53,12 @@
  >  
<span class="text-warning"> {{ @root.__ "Options" }}: </span>
(
{{#each this.options}}
{{#each this.options}}
{{#if @last}}
{{@key}}: {{this}}
{{else}}
{{@key}}: {{this}} /
{{/if}}
<strong>{{#upperFirst this.name}}{{/upperFirst}}</strong>: {{this.value}}
{{else}}
<strong>{{#upperFirst this.name}}{{/upperFirst}}:</strong> {{this.value}} /
{{/if}}
{{/each}}
)
{{/if}}