diff --git a/app/views/poll/_poll_form.html.erb b/app/views/poll/_poll_form.html.erb index a3020d62f..edf74c965 100644 --- a/app/views/poll/_poll_form.html.erb +++ b/app/views/poll/_poll_form.html.erb @@ -96,9 +96,10 @@ <% end %> + -
-
+ +
diff --git a/app/views/poll/create_poll_question.js.erb b/app/views/poll/create_poll_question.js.erb index b788333ef..18f999157 100644 --- a/app/views/poll/create_poll_question.js.erb +++ b/app/views/poll/create_poll_question.js.erb @@ -1 +1,10 @@ $("#new_poll_question").html(""); +$("#poll_content").append("
" + + "
" + + "<%= escape_javascript(render :partial => 'show_MC', :locals => {:poll_question => @poll_questions}) %>" + + "
" + + "" + + "
"); +