mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: fixes linting of hbs files in core plugins (#10820)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user