Skip to content
Snippets Groups Projects

Polls: Construct an html field during normalization.

Merged lain requested to merge 589-poll-options into develop
Files
3
@@ -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"
@@ -75,6 +75,12 @@
@import '../../_variables.scss';
.poll {
img.emoji {
vertical-align: middle;
object-fit: contain;
width: 32px;
height: 32px;
}
.votes {
display: flex;
flex-direction: column;
Loading