.
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user