summaryrefslogtreecommitdiff
path: root/views/head.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-03-31 23:53:20 +0200
committerTor Andersson <tor@ccxvii.net>2023-04-28 23:36:11 +0200
commit7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c (patch)
tree33bf8e70042b0c67e784ca9483448baacb260602 /views/head.pug
parentb145880739e1770ebeac914b769624d86c39645c (diff)
downloadserver-7c0eb693a50dbd2890a5ad1b27516a0a829bbf7c.tar.gz
Rename game "description" to "notice".
Diffstat (limited to 'views/head.pug')
-rw-r--r--views/head.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/head.pug b/views/head.pug
index e90ce6b..cf0b268 100644
--- a/views/head.pug
+++ b/views/head.pug
@@ -85,8 +85,8 @@ mixin gamelist(list,hide_title=0)
div.game_main
div.game_info
- if item.description
- i= item.description
+ if item.notice
+ i= item.notice
if item.scenario !== "Standard" && item.scenario !== "Historical" && item.scenario.length > 2
div Scenario: #{item.scenario}
unless item.human_options === "None"