This commit is contained in:
Ross
2024-10-28 21:56:49 +00:00
parent a192157d81
commit 9f6740accb
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
{% endfor %}
</ul>
<hr>
{% endfor %}
+5
View File
@@ -70,6 +70,8 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
<p>
Item count: {{items.count}}
</p>
<hr>
{% endfor %}
@@ -142,6 +144,9 @@ Item count: {{items.count}}
display: inline-block;
margin-right: 10px;
}
tr {
border-bottom: 1px dashed #ccc;
}
</style>
{% endblock css %}