diff options
-rw-r--r-- | server.js | 1 | ||||
-rw-r--r-- | views/tm_seed.pug | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -221,6 +221,7 @@ app.locals.PACE_TEXT = [ ] app.locals.human_date = human_date +app.locals.format_options = format_options app.set("x-powered-by", false) app.set("etag", false) 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 |