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 Reason
th Ban ID th Ban ID
tbody tbody
= for b <- @bans = for b <- @bans do
tr tr
td = pretty_time b.created_at td = pretty_time b.created_at
td = pretty_time b.valid_until td = pretty_time b.valid_until