summaryrefslogtreecommitdiff
path: root/views/stats.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/stats.pug')
-rw-r--r--views/stats.pug4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/stats.pug b/views/stats.pug
index 65649b3..4d275b0 100644
--- a/views/stats.pug
+++ b/views/stats.pug
@@ -22,9 +22,7 @@ html
th
a(href="/"+row.title_id)= row.title_name
unless row.scenario === "Standard"
- | , #{row.scenario}
- unless row.options === "None"
- | , #{row.options}
+ | – #{row.scenario}
th= row.total
tbody
- for (let i=0; i<row.result_role.length; ++i)