diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-09 17:19:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-09 17:42:23 +0200 |
commit | 974aedf2e765ce8e102b18eeb67a3c2995801349 (patch) | |
tree | 25add4010dc300c8c686cb3efc4e17adc0f6d68a /views/join.pug | |
parent | ff4bc953f16002befbd6cf8dd120a96cfeca26fe (diff) | |
download | server-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.pug | 2 |
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." |