diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/tm_seed.pug | 4 |
1 files changed, 4 insertions, 0 deletions
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 |