|
|
|
@ -5,10 +5,10 @@
|
|
|
|
|
第<%= poll_question.question_number%>题:
|
|
|
|
|
</span>
|
|
|
|
|
<%= poll_question.question_title %>
|
|
|
|
|
<span class="title_index">[多行主观]</span>
|
|
|
|
|
<%if poll_question.is_necessary == 1%>
|
|
|
|
|
<span class="ur_required" title="必答">*</span>
|
|
|
|
|
<%end%>
|
|
|
|
|
(多行主观)
|
|
|
|
|
</div>
|
|
|
|
|
<%= link_to("", delete_poll_question_poll_index_path(:poll_question => poll_question.id),
|
|
|
|
|
method: :delete, :confirm => l(:text_are_you_sure), :remote => true, :class => "ur_icon_de") %>
|
|
|
|
|