diff --git a/supysonic/templates/folders.html b/supysonic/templates/folders.html index 4a48b09..6084c3d 100644 --- a/supysonic/templates/folders.html +++ b/supysonic/templates/folders.html @@ -13,27 +13,29 @@ {% endblock %} {% block body %}

Music folders

- - - {% if allow_scan %}{% endif %} - - - {% for folder in folders %} - - - - {%if allow_scan %}{% endif %} - - {% endfor %} - -
NamePath
{{ folder.name }}{{ folder.path }} -
+
+ + + {% if allow_scan %}{% endif %} + + + {% for folder in folders %} + + + + {%if allow_scan %}{% endif %} + + {% endfor %} + +
NamePath
{{ folder.name }}{{ folder.path }} +
+
Add new folder {% if allow_scan %}Scan all folders{% endif %}