add matching do

This commit is contained in:
byte[] 2019-12-08 15:35:19 -05:00
parent 38a491e6b9
commit 957fafe769

View file

@ -8,7 +8,7 @@ table.table
th Reason
th Ban ID
tbody
= for b <- @bans
= for b <- @bans do
tr
td = pretty_time b.created_at
td = pretty_time b.valid_until