fix coach page title

This commit is contained in:
Thibault Duplessis 2018-04-09 03:01:51 +02:00
parent ff73401394
commit d71f896577

View file

@ -41,7 +41,7 @@ $('.review-form form').show();
}
}
@coachName = @{ s"${c.user.title.map(t => s" $t")}${c.user.realNameOrUsername}" }
@coachName = @{ s"${c.user.title.??(t => s"$t ")}${c.user.realNameOrUsername}" }
@title = @{ s"$coachName coaches chess students" }
@base.layout(title = title,