|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
<%= form_for poll_question,:url =>update_poll_question_poll_path(@poll.id),:remote => true do |f|%>
|
|
|
|
|
<div>
|
|
|
|
|
<%= form_for(poll_question,:url => update_poll_question_poll_index_path(:poll_question => poll_question.id),:remote => true) do |f|%>
|
|
|
|
|
<!--编辑单选start-->
|
|
|
|
|
<div class="ur_editor radio">
|
|
|
|
|
<div class="ur_editor_title">
|
|
|
|
@ -23,11 +22,10 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ur_editor_footer">
|
|
|
|
|
<a class="btn btn_dark btn_submit" data-button="ok" onclick="$(this).parent().parent().parent().parent().submit();">确定</a>
|
|
|
|
|
<a class="btn btn_dark btn_submit" data-button="ok" onclick="$(this).parent().parent().parent().submit();">确定</a>
|
|
|
|
|
<a class="btn btn_light btn_cancel" data-button="cancel" onclick="pollQuestionCancel(<%= poll_question.id%>);">取消</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--编辑单选 end-->
|
|
|
|
|
</div>
|
|
|
|
|
<% end%>
|