12 lines
229 B
Text
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 %>
|