Fix display of options
							parent
							
								
									1d36aca1c1
								
							
						
					
					
						commit
						c34aef8939
					
				|  | @ -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}} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue