3 lines
113 B
Text
3 lines
113 B
Text
<% question.text.lines.each.with_index do |q, i| %>
|
|
<p><strong><%= i + 1 %>.</strong> <%= q %></p>
|
|
<% end %>
|