forked from bofh/fetsite
AutoCommit Sam Aug 1 15:03:01 CEST 2015
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<% question=mail %>
|
||||
<div class="contentbox">
|
||||
<b><%= question.title%></b> <%=question.text%></div>
|
||||
<% question.choices.each do |c| %>
|
||||
<li><%= render c %></li>
|
||||
<% end %>
|
||||
<% question.choices.each do |c| %>
|
||||
<li><%= render partial:"survey/choices/mail",object: c %></li>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user