mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 14:17:59 +01:00
add matching do
This commit is contained in:
parent
38a491e6b9
commit
957fafe769
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue