From be9037c5df8d155302c762b26e09ffab7d9124e5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 31 Oct 2024 17:20:15 +0100 Subject: Show options in tournament info box. --- views/tm_seed.pug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views') diff --git a/views/tm_seed.pug b/views/tm_seed.pug index 8fd3ce7..ee226bc 100644 --- a/views/tm_seed.pug +++ b/views/tm_seed.pug @@ -30,6 +30,10 @@ html tr td Scenario td #{seed.scenario} + if seed.options !== "{}" + tr + td Options + td #{format_options(seed.options)} if seed.pace tr td Pace -- cgit v1.2.3