From 25b37725200318b3de7b18fc61a9bc94afd96111 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Tue, 24 Mar 2015 16:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0poll=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/poll/_choice_show.html.erb | 28 ++++----- app/views/poll/_quiz_answers.html.erb | 12 ++-- app/views/poll/statistics_result.html.erb | 75 ++++++++++------------- public/stylesheets/polls.css | 2 + 4 files changed, 56 insertions(+), 61 deletions(-) diff --git a/app/views/poll/_choice_show.html.erb b/app/views/poll/_choice_show.html.erb index d541386d3..408b9d490 100644 --- a/app/views/poll/_choice_show.html.erb +++ b/app/views/poll/_choice_show.html.erb @@ -7,21 +7,21 @@
<%= l(:label_answer) %> | +<%= l(:label_answer) %> |
<%= poll_vote.vote_text.html_safe %> | +<%= poll_vote.vote_text.html_safe %> |
<%= l(:label_poll_answer_valid_result) %> <%= l(:label_answer_total) %><%= poll_question.poll_votes.count %> | ++ <%= l(:label_poll_answer_valid_result) %> + <%= l(:label_answer_total) %> + <%= poll_question.poll_votes.count %> + |