From 974aedf2e765ce8e102b18eeb67a3c2995801349 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 9 Jun 2022 17:19:51 +0200 Subject: Show player name instead of role in Turn and Result columns. --- views/join.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/join.pug') 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." -- cgit v1.2.3