durfdoen-2.0/layouts/quiz.erb
2020-02-27 23:09:29 +01:00

12 lines
229 B
Text

<h1>Hallo</h1>
<ul>
<% @items.find_all("**/quiz/*").each_with_index do |x, i| %>
<div id="question<%i%>" class="quistion">
<%= render '/partials/question.*', question: x %>
</div>
<% end %>
</ul>
<%#= yield %>