From 7bb99cee44a69666dfab548f827c69aea37087ee Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 13 Sep 2017 17:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=A2=98=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=92=8C=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_choice_question.html.erb | 73 +++++++++++++++++------ 1 file changed, 55 insertions(+), 18 deletions(-) diff --git a/app/views/games/_choice_question.html.erb b/app/views/games/_choice_question.html.erb index 41aa897ae..badbf1536 100644 --- a/app/views/games/_choice_question.html.erb +++ b/app/views/games/_choice_question.html.erb @@ -14,30 +14,43 @@
<%= (index + 1).to_s + "." + (choose.category == 1 ? "单选题" : "多选题") %>
-+ + <% if choose.category == 1 %> + + <% else %> + + + <% end %> + + +
+ <% end %> + +