entrance-exam/app/views/questions/_acrostic_show.html.erb

3 lines
113 B
Text

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