From 710b68aa2bcb9e2f552ab61e0e842f46501d75db Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 6 Apr 2023 11:51:08 +0200 Subject: Some cleanups. Clean up stats page. Remove user list page. Remove duplicate remove contact page. Fix silly bug. oops! --- views/stats.pug | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'views/stats.pug') 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