...
|
...
|
@@ -13,7 +13,7 @@ |
|
|
{{# questionContents}}
|
|
|
<dd class="radio-option" data-index="{{@index}}">
|
|
|
<span class="iconfont"></span>
|
|
|
{{{option}}}
|
|
|
<div class="option-box">{{{option}}}</div>
|
|
|
{{#if addon}}
|
|
|
<input type="text">
|
|
|
{{/if}}
|
...
|
...
|
@@ -25,7 +25,7 @@ |
|
|
{{# questionContents}}
|
|
|
<dd class="check-option">
|
|
|
<span class="iconfont"></span>
|
|
|
{{{option}}}
|
|
|
<div class="option-box">{{{option}}}</div>
|
|
|
{{#if addon}}
|
|
|
<input type="text">
|
|
|
{{/if}}
|
...
|
...
|
|