Skip to content
Snippets Groups Projects

Polls: Construct an html field during normalization.

Merged lain requested to merge 589-poll-options into develop
1 unresolved thread
Files
2
@@ -17,7 +17,7 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
<span>{{ option.title }}</span>
<span v-html="option.title_html"></span>
</div>
<div
class="result-fill"
Loading