From 26b3aab6a2fbd2b1e312b68d83640fa9bb40c444 Mon Sep 17 00:00:00 2001 From: z9hang Date: Sat, 17 Jan 2015 14:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A2=98=E5=9E=8B=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/poll/show.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/poll/show.html.erb b/app/views/poll/show.html.erb index d20f46297..08c2608d0 100644 --- a/app/views/poll/show.html.erb +++ b/app/views/poll/show.html.erb @@ -48,6 +48,7 @@
<%= l(:label_question_number,:question_number => pq.question_number) %> <%= pq.question_title %> + [单选题] <% if pq.is_necessary == 1 %> * <% end %> @@ -97,6 +98,7 @@
<%= l(:label_question_number,:question_number => pq.question_number) %> <%= pq.question_title %> + [多选题] <% if pq.is_necessary == 1 %> * <% end %> @@ -153,6 +155,7 @@
<%= l(:label_question_number,:question_number => pq.question_number) %> <%= pq.question_title %> + [单行主观] <% if pq.is_necessary == 1 %> * <% end %> @@ -190,6 +193,7 @@
<%= l(:label_question_number,:question_number => pq.question_number) %> <%= pq.question_title %> + [多行主观] <% if pq.is_necessary == 1 %> * <% end %>