summaryrefslogtreecommitdiff
path: root/qutebrowser/html
diff options
context:
space:
mode:
authorSimon Doppler <dopsi@dopsi.ch>2018-02-12 16:02:06 +0100
committerSimon Doppler <dopsi@dopsi.ch>2018-02-12 16:02:06 +0100
commitee57c30c53cc809b92ed89cd62cde612ca9e44c3 (patch)
treef9b1f031f48c1964b234822d2de4e651a204801b /qutebrowser/html
parent0caa5d04d35efd3dba6b2f27679a0c73d7b6c78e (diff)
downloadqutebrowser-ee57c30c53cc809b92ed89cd62cde612ca9e44c3.tar.gz
qutebrowser-ee57c30c53cc809b92ed89cd62cde612ca9e44c3.zip
Re-add the raw list (with fixed alignment)
Diffstat (limited to 'qutebrowser/html')
-rw-r--r--qutebrowser/html/tabs.html8
1 files changed, 8 insertions, 0 deletions
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 {
</tbody>
</table>
{% endfor %}
+<details>
+ <summary>Raw list</summary>
+<code>
+{% for win_id, tabs in tab_list_by_window.items() %}{% for name, url in tabs %}
+{{url}}</br>{% endfor %}
+{% endfor %}
+</code>
+</details>
{% endblock %}