diff --git a/app/views/poll/_show_mulit.html.erb b/app/views/poll/_show_mulit.html.erb index 6fefba510..2169d7d64 100644 --- a/app/views/poll/_show_mulit.html.erb +++ b/app/views/poll/_show_mulit.html.erb @@ -8,13 +8,12 @@

- - - + + <%= link_to("", delete_poll_question_poll_index_path(:poll_question => poll_question.id), method: :delete, :confirm => l(:text_are_you_sure), :remote => true, :class => "poll-delete", :title => "删除") %> @@ -24,12 +23,12 @@ [多行主观题] - +
<% poll_question.poll_answers.reorder("answer_position").each_with_index do |poll_answer, i| %> -
+

<%= i + 1 %>.<%= poll_answer.answer_text%>

- +
<% end %>