DEV: fixes linting of hbs files in core plugins (#10820)

This commit is contained in:
Joffrey JAFFEUX
2020-10-05 14:42:36 +02:00
committed by GitHub
parent cf44cdb082
commit e6821fbaae
3 changed files with 18 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
style={{this.colorBackgroundStyle}}
{{on "mouseover" @onMouseOver}}
{{on "mouseout" @onMouseOut}}
role="button"
>
<span class="poll-breakdown-option-color" style={{this.colorPreviewStyle}}></span>
@@ -13,5 +14,5 @@
{{@option.votes}}
{{/if}}
</span>
<span class="poll-breakdown-option-text">{{{@option.html}}}</span>
<span class="poll-breakdown-option-text">{{html-safe @option.html}}</span>
</li>