diff --git a/server/src/routes/ui/user.rs b/server/src/routes/ui/user.rs index efd14d0..a3b2dfa 100644 --- a/server/src/routes/ui/user.rs +++ b/server/src/routes/ui/user.rs @@ -45,7 +45,12 @@ pub async fn list_library_files(route: &Route, libraries: &State = path.iter() .map(|segment| { diff --git a/server/templates/libraries.html.hbs b/server/templates/libraries.html.hbs index 9177d4a..8b42680 100644 --- a/server/templates/libraries.html.hbs +++ b/server/templates/libraries.html.hbs @@ -29,6 +29,8 @@ +
+

@@ -65,10 +67,10 @@
{{#if (eq type "folder")}} - {{ path }}/ + {{ path }}/ {{/if}} {{#if (eq type "file") }} - {{ path }} + {{ path }} {{/if}} {{ bytes size }}