diff --git a/deluge/ui/webui/templates/white/index.html b/deluge/ui/webui/templates/white/index.html index ca79bde2f..82986ec48 100644 --- a/deluge/ui/webui/templates/white/index.html +++ b/deluge/ui/webui/templates/white/index.html @@ -1,34 +1,7 @@ $def with (torrent_list, organize_filters) - - - Deluge:$_('Torrent list') - - - - - - - -
- - -
-
- Home - $for id, title, url in admin_pages: - $title - -Faq -
- - - $:part_stats() -
- -
- +$:render.header(_("Deluge : Torrent List"), 'home') $if organize_filters: $:render.part_organize(organize_filters)