From ee57c30c53cc809b92ed89cd62cde612ca9e44c3 Mon Sep 17 00:00:00 2001 From: Simon Doppler Date: Mon, 12 Feb 2018 16:02:06 +0100 Subject: [PATCH] Re-add the raw list (with fixed alignment) --- qutebrowser/html/tabs.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qutebrowser/html/tabs.html b/qutebrowser/html/tabs.html index d929272c5..af6659414 100644 --- a/qutebrowser/html/tabs.html +++ b/qutebrowser/html/tabs.html @@ -43,4 +43,12 @@ th { {% endfor %} +
+ Raw list + +{% for win_id, tabs in tab_list_by_window.items() %}{% for name, url in tabs %} +{{url}}
{% endfor %} +{% endfor %} +
+
{% endblock %}