diff --git a/deluge/ui/webui/templates/advanced/torrent_info_inner.html b/deluge/ui/webui/templates/advanced/torrent_info_inner.html
index 735301689..91f28b508 100644
--- a/deluge/ui/webui/templates/advanced/torrent_info_inner.html
+++ b/deluge/ui/webui/templates/advanced/torrent_info_inner.html
@@ -7,8 +7,10 @@ $def with (torrent, active_tab)
+
$for id, title, tab in detail_tabs:
$:render.part_tab_button(id, title, active_tab)
+
$for id, title, tab in detail_tabs:
$if active_tab == id:
diff --git a/deluge/ui/webui/templates/white/index.html b/deluge/ui/webui/templates/white/index.html
index d9649e11b..e4eaad79a 100644
--- a/deluge/ui/webui/templates/white/index.html
+++ b/deluge/ui/webui/templates/white/index.html
@@ -18,7 +18,9 @@ $def with (torrent_list, organize_filters)
$for id, title, url in admin_pages:
$title
-
+
+ |
+ work in progress.. don't report bugs on this template
$#:render.part_auto_refresh()
|
@@ -50,7 +52,7 @@ $if organize_filters:
- |