<% poll_question.poll_answers.each do |poll_answer| %> <% end %>
<%= l(:label_poll_options) %> <%= l(:label_poll_subtotal) %> <%= l(:label_poll_proportion) %>
<% if poll_answer.answer_text == "" %> 其它<%= "隐藏" if other_answers(poll_question).count > 0 %> <% else %> <%= poll_answer.answer_text %> <% end %> <%= poll_answer.poll_votes.count %>
<%= statistics_result_percentage(poll_answer.poll_votes.count, total_answer(poll_question.id)) %>%
<% if other_answers(poll_question).count > 0 %> <% other_answers(poll_question).each do |pv| %> <% end %>
其它(详情)
<%= pv.vote_text %>
<% end %>
<%= l(:label_poll_valid_commit) %> <%= total_answer(poll_question.id) %>