diff options
Diffstat (limited to 'views/head.pug')
-rw-r--r-- | views/head.pug | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/head.pug b/views/head.pug index e65fca2..cb5ab49 100644 --- a/views/head.pug +++ b/views/head.pug @@ -59,7 +59,10 @@ mixin gametable(status,table,hide_title=0) unless hide_title td.w: a(href="/"+row.title_id)= row.title_name td.w= row.scenario - td!= row.player_names + if row.player_names + td!= row.player_names + else + td.error Nobody td= row.description case status when 0 |