This commit is contained in:
AndrewTrieu
2023-03-12 16:21:18 +02:00
parent d6d09df845
commit b3065cfce1
10 changed files with 30 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
<% it.topics.forEach(topic => { %>
<p>
<li>
<a href="/quiz/<%= item.id %>"><%= item.name %></a>
<a href="/quiz/<%= topic.id %>"><%= topic.name %></a>
</li>
</p>
<% }); %>