From 70289448796f6649d74a2ec22b300c3b0075b762 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 9 Nov 2021 22:33:53 +0100 Subject: Show user profiles. --- views/info.ejs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'views/info.ejs') diff --git a/views/info.ejs b/views/info.ejs index 778974e..159e732 100644 --- a/views/info.ejs +++ b/views/info.ejs @@ -1,4 +1,7 @@ <%- include('header', { title: title.title_name, refresh: (user ? 300 : 0) }) %> + <%- include('../public/' + title.title_id + '/about.html') %>

@@ -15,7 +18,7 @@ Read more about the game on <%= row.game_id %> <%= row.scenario %> -<%= row.player_names || row.owner_name %> +<%- row.player_names || `${row.owner_name}` %> <%= row.description %> <%= row.ctime %> Join @@ -35,7 +38,7 @@ Read more about the game on <%= row.game_id %> <%= row.scenario %> -<%= row.player_names %> +<%- row.player_names %> <%= row.description %> <%= row.mtime %> "><%= row.active_role %> @@ -52,7 +55,7 @@ Read more about the game on <%= row.game_id %> <%= row.scenario %> -<%= row.player_names %> +<%- row.player_names %> <%= row.description %> <%= row.mtime %> <%= row.result %> -- cgit v1.2.3