From bd4bf6ac9bafa8f1b80de37709eb64fb40c08c29 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 27 Oct 2022 10:26:06 +0200 Subject: [PATCH] luci-theme-material: fix location of template files Fixes: #6060 Fixes: e496014760 ("luci-theme-material: convert Lua templates to ucode") Signed-off-by: Jo-Philipp Wich --- .../ucode/{templates => template/themes}/material/footer.ut | 0 .../ucode/{templates => template/themes}/material/header.ut | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename themes/luci-theme-material/ucode/{templates => template/themes}/material/footer.ut (100%) rename themes/luci-theme-material/ucode/{templates => template/themes}/material/header.ut (100%) diff --git a/themes/luci-theme-material/ucode/templates/material/footer.ut b/themes/luci-theme-material/ucode/template/themes/material/footer.ut similarity index 100% rename from themes/luci-theme-material/ucode/templates/material/footer.ut rename to themes/luci-theme-material/ucode/template/themes/material/footer.ut diff --git a/themes/luci-theme-material/ucode/templates/material/header.ut b/themes/luci-theme-material/ucode/template/themes/material/header.ut similarity index 100% rename from themes/luci-theme-material/ucode/templates/material/header.ut rename to themes/luci-theme-material/ucode/template/themes/material/header.ut -- 2.30.2