From cc6b15082702b18ae2c36759f973505162464f50 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 20 Feb 2022 12:35:01 +0100 Subject: Allow line-breaks on scenario/options column in game lists. --- views/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/head.pug b/views/head.pug index 3787bc5..612a54c 100644 --- a/views/head.pug +++ b/views/head.pug @@ -60,7 +60,7 @@ mixin gametable(status,table,hide_title=0) td: a(href="/join/"+row.game_id)= row.game_id unless hide_title td.w: a(href="/"+row.title_id)= row.title_name - td.w= row.options !== "None" ? row.scenario + ", " + row.options : row.scenario + td= row.options !== "None" ? row.scenario + ", " + row.options : row.scenario if row.player_names td!= row.player_names else -- cgit v1.2.3