Guest User

Untitled

a guest
Oct 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <ul>
  2. <% @audiences.each do |audience| %>
  3. <li><%= audience.name %></li>
  4. <%= reception_form.check_box audience.id%>
  5.  
  6. <%= reception_form.select audience.id, Reception::SCORES.invert %>
  7.  
  8. <% end %>
  9. </ul>
Add Comment
Please, Sign In to add comment