This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/vendor/built_in_modules/survey_b/app/views/panel/survey_b/back_end/survey_b/_answer.html.erb

13 lines
359 B
Plaintext

<tr id="<%= dom_id answer %>" class="with_action">
<td>
<%= check_box_tag 'to_delete[]', answer.id, false, :class => "checkbox_in_list" %>
</td>
<% [:contact_name, :contact_phone, :contact_e_mail, :comment_question].each do |question| %>
<td>
<%= answer[question] %>
</td>
<% end %>
<td>
<%= answer.created_at %>
</td>
</tr>