diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-06 11:51:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-04-18 10:06:13 +0200 |
commit | 710b68aa2bcb9e2f552ab61e0e842f46501d75db (patch) | |
tree | 14ad9ef777a8985643cac151af078cce8d1141c6 /views/stats.pug | |
parent | 7bdd3abc3ddff42ee1640c8757509dc5d36d604e (diff) | |
download | server-710b68aa2bcb9e2f552ab61e0e842f46501d75db.tar.gz |
Some cleanups.
Clean up stats page.
Remove user list page.
Remove duplicate remove contact page.
Fix silly bug.
oops!
Diffstat (limited to 'views/stats.pug')
-rw-r--r-- | views/stats.pug | 4 |
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) |