summaryrefslogtreecommitdiff
path: root/views/join.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-06-09 17:19:51 +0200
committerTor Andersson <tor@ccxvii.net>2022-06-09 17:42:23 +0200
commit974aedf2e765ce8e102b18eeb67a3c2995801349 (patch)
tree25add4010dc300c8c686cb3efc4e17adc0f6d68a /views/join.pug
parentff4bc953f16002befbd6cf8dd120a96cfeca26fe (diff)
downloadserver-974aedf2e765ce8e102b18eeb67a3c2995801349.tar.gz
Show player name instead of role in Turn and Result columns.
Diffstat (limited to 'views/join.pug')
-rw-r--r--views/join.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/join.pug b/views/join.pug
index e195bf9..bc1567a 100644
--- a/views/join.pug
+++ b/views/join.pug
@@ -37,7 +37,7 @@ html
br
| Scenario: #{game.scenario}
br
- | Options: #{game.options}
+ | Options: #{game.human_options}
p= game.description || "No description."