From beb0b73a9e56fdc717d55bbf1a1c7c5b49d4c6a4 Mon Sep 17 00:00:00 2001
From: historia <[not public]>
Date: Sun, 12 Jul 2026 19:23:19 -0400
Subject: feat: remains drop is optional
---
internal/admin/templates/layout.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'internal/admin/templates/layout.html')
diff --git a/internal/admin/templates/layout.html b/internal/admin/templates/layout.html
index f6bd405..2a1ef36 100644
--- a/internal/admin/templates/layout.html
+++ b/internal/admin/templates/layout.html
@@ -19,10 +19,10 @@
Hazards
Techs
Modules
+ Triggers
Players
Dashboard
Files
- Triggers
@@ -39,10 +39,10 @@
{{else if eq .Page "hazards"}}{{template "body-hazards" .}}
{{else if eq .Page "techs"}}{{template "body-techs" .}}
{{else if eq .Page "modules"}}{{template "body-modules" .}}
+{{else if eq .Page "triggers"}}{{template "body-triggers" .}}
{{else if eq .Page "players"}}{{template "body-players" .}}
{{else if eq .Page "dashboard"}}{{template "body-dashboard" .}}
{{else if eq .Page "files"}}{{template "body-files" .}}
-{{else if eq .Page "triggers"}}{{template "body-triggers" .}}
{{else if eq .Page "duplicate-rooms"}}{{template "body-duplicate-rooms" .}}
{{else}}
Unknown page: {{.Page}}
{{end}}