From 1a71184bcbf714d266e80d186fd666d393ed5981 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 19 Nov 2021 02:45:51 +0100 Subject: Clean up stylesheets. Don't show options in game lists. --- views/create.ejs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/create.ejs') diff --git a/views/create.ejs b/views/create.ejs index 74f9276..36b86e2 100644 --- a/views/create.ejs +++ b/views/create.ejs @@ -3,12 +3,16 @@

+<% if (scenarios.length > 1) { %> Scenario:
+<% } else { %> + +<% } %> <%- include('../public/' + title.title_id + '/create.html') %>

Description:
-- cgit v1.2.3