19 lines
603 B
Plaintext
19 lines
603 B
Plaintext
<div class="ur_table_result">
|
|
<table border="0" cellspacing="0" cellpadding="0" >
|
|
<tbody>
|
|
<tr class="table_bluebg">
|
|
<td class="td327" ><%= l(:label_answer) %> </td>
|
|
</tr>
|
|
<% poll_question.poll_votes.each do |poll_vote| %>
|
|
<tr>
|
|
<td class="td111"><%= poll_vote.vote_text.html_safe %> </td>
|
|
</tr>
|
|
<% end %>
|
|
<tr class="table_bluebg">
|
|
<td class="td327"><%= l(:label_poll_answer_valid_result) %> <%= l(:label_answer_total) %><%= poll_question.poll_votes.count %></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|