From 818b3193ffabec57501e3bdfa997206e3c0671ef Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 13 Jun 2020 11:22:14 +0200 Subject: Explicitly define base and asset path in templates With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers. --- tpl/default/export.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/default/export.html') diff --git a/tpl/default/export.html b/tpl/default/export.html index 99c01b11..91cf78b6 100644 --- a/tpl/default/export.html +++ b/tpl/default/export.html @@ -6,7 +6,7 @@ {include="page.header"} -
+
-- cgit v1.2.3 From c70ff64a61d62cc8d35a62f30596ecc2a3c578a3 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 17 Jun 2020 16:04:18 +0200 Subject: Process bookmark exports through Slim controllers --- tpl/default/export.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tpl/default/export.html') diff --git a/tpl/default/export.html b/tpl/default/export.html index 91cf78b6..c9c92943 100644 --- a/tpl/default/export.html +++ b/tpl/default/export.html @@ -6,14 +6,13 @@ {include="page.header"} - +

{"Export Database"|t}

-
-- cgit v1.2.3