Making options stand out
parent
2f4929908d
commit
19268ac412
|
@ -18,9 +18,9 @@
|
||||||
<div class="col-sm-12 text-left no-pad-left">
|
<div class="col-sm-12 text-left no-pad-left">
|
||||||
{{#each this.options}}
|
{{#each this.options}}
|
||||||
{{#if @last}}
|
{{#if @last}}
|
||||||
{{#upperFirst this.name}}{{/upperFirst}}: {{this.value}}
|
<strong>{{#upperFirst this.name}}{{/upperFirst}}</strong>: {{this.value}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#upperFirst this.name}}{{/upperFirst}}: {{this.value}} /
|
<strong>{{#upperFirst this.name}}{{/upperFirst}}:</strong> {{this.value}} /
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue