diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html index 2187edae..c95f00fb 100644 --- a/plugin_loader/templates/plugin_view.html +++ b/plugin_loader/templates/plugin_view.html @@ -25,34 +25,35 @@ {% endif %}
-
- {% for plugin in plugins %} - {% if plugin.tile_view_html|length %} -
- - + {% for plugin in plugins %} + {% if plugin.tile_view_html|length %} +
+
+ + +
{% else %}
@@ -68,5 +69,4 @@
{% endif %} {% endfor %} -