diff options
Diffstat (limited to 'views/join.pug')
-rw-r--r-- | views/join.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/join.pug b/views/join.pug index 6055879..a982b93 100644 --- a/views/join.pug +++ b/views/join.pug @@ -3,6 +3,9 @@ doctype html html head include head + +social(game.title_name, + "Play " + game.title_name + " with " + players.map(x=>x.name).join(" and ") + ".", + game.title_id) title= game.title_name style. table { min-width: auto; } |