From 65f5c6b9985cae0df79f746a22fcd6587da0608d Mon Sep 17 00:00:00 2001 From: buttle Date: Fri, 18 Jun 2021 20:48:16 +0200 Subject: [PATCH] fixes dir display --- views/google.tpl | 2 +- views/list-dir.tpl | 2 +- views/vue-3d.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/google.tpl b/views/google.tpl index c252aaf..dadbefd 100644 --- a/views/google.tpl +++ b/views/google.tpl @@ -11,7 +11,7 @@ model-viewer {

- objects{{current_dir}} + objects/{{current_dir}}

diff --git a/views/list-dir.tpl b/views/list-dir.tpl index c0fdf8b..f08dc4f 100644 --- a/views/list-dir.tpl +++ b/views/list-dir.tpl @@ -10,7 +10,7 @@ td .fa {

- objects{{current_dir}} + objects/{{current_dir}}

Parent directory

diff --git a/views/vue-3d.tpl b/views/vue-3d.tpl index 8e4fcd8..aabed40 100644 --- a/views/vue-3d.tpl +++ b/views/vue-3d.tpl @@ -5,7 +5,7 @@

- objects{{current_dir}} + objects/{{current_dir}}