forked from bofh/fetsite
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
<% question=mail %>
|
|
<div class="contentbox">
|
|
<b><%= question.title%></b> <%=question.text%></div>
|
|
<% question.choices.each do |c| %>
|
|
<li><%= render partial:"survey/choices/mail",object: c %></li>
|
|
<% end %>
|
|
|