<%= @poll.polls_name %> <%= l(:label_poll) %>
<% @poll_questions.each do |poll_question| %>
-
第<%= poll_question.question_number %>题:<%= poll_question.question_title %> [<%= options_show(poll_question.question_type) %>]
<%= render :partial =>'choice_show', :locals =>{ :poll_question => poll_question } %>
<% end %>
<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>