fix syntax

This commit is contained in:
Thibault Duplessis 2020-05-16 21:51:04 -06:00
parent 86b752dc59
commit 49aa265d58

View file

@ -63,7 +63,7 @@ object show {
}
)(
div(cls := "box__top")(
h1(cls := "text", dataIcon := "f")(t.name)),
h1(cls := "text", dataIcon := "f")(t.name),
div(
if (t.disabled) span(cls := "staff")("CLOSED")
else nbMembers.plural(t.nbMembers, strong(t.nbMembers.localize))