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> <span class="text-warning"> {{ @root.__ "Options" }}: </span>
( (
{{#each this.options}} {{#each this.options}}
{{#if @last}} {{#if @last}}
{{@key}}: {{this}} <strong>{{#upperFirst this.name}}{{/upperFirst}}</strong>: {{this.value}}
{{else}} {{else}}
{{@key}}: {{this}} / <strong>{{#upperFirst this.name}}{{/upperFirst}}:</strong> {{this.value}} /
{{/if}} {{/if}}
{{/each}} {{/each}}
) )
{{/if}} {{/if}}