Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <%#%>
  2. <%# <div class="form-group">%>
  3. <%# <div class="select">%>
  4. <%# <%= select_tag "list[]", options_from_collection_for_select(poll.vote_options, "id", "title"), :multiple=>true %>
  5. <%# <%= select_tag "list1[]", options_from_collection_for_select(poll.vote_options, "id", "title"), :multiple=>true %>
  6. <%# </div>%>
  7.  
  8. <div class="form-group">
  9. <%= content_tag(:label) do %>
  10. <%# unless current_user && current_user.voted_for3?(@surv) %>
  11.  
  12. <div class="select">
  13. <%= option.title %>
  14.  
  15. <%= radio_button_tag option.poll_id, option.id %>
  16. <%#= number_field_tag option.poll_id, option.id, :value => vote %>
  17. <%= number_field_tag :points %> <%#NIE DZIAŁA %>
  18. </div>
  19. <%# end %>
  20.  
  21. <% end %>
  22. <%= visualize_votes_for option %>
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement