<%= question.title %>

<%- question.question_options.each do |option| %> <% end %> <%- question.question_options.each do |option| %> <% end %>
<% if most_voted_option?(option) %> <%= t("polls.show.results.most_voted_answer") %> <% end %> <%= option.title %>
<%= option.total_votes %> (<%= option.total_votes_percentage.round(2) %>%)