diff options
author | Alberto Bertogli <albertito@blitiri.com.ar> | 2017-08-27 20:35:08 +0200 |
---|---|---|
committer | Alberto Bertogli <albertito@blitiri.com.ar> | 2017-08-27 20:43:36 +0200 |
commit | e1349d418ce4bd5957f8fe657c2ce80d2b502b81 (patch) | |
tree | a49482a66ce5d6d93b403c6d0770c0762b32cefd /views/tree-list.html | |
parent | 5def4c9e01c87073d743a71827fee1be0ee41881 (diff) | |
download | git-arr-fork-e1349d418ce4bd5957f8fe657c2ce80d2b502b81.zip |
views: In the summary, make the sections toggable
As an experiment, make the sections of the summary to be toggable. This
can help readability, although it's unclear if it's worth the additional
complexity and could be removed later.
Diffstat (limited to 'views/tree-list.html')
-rw-r--r-- | views/tree-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/tree-list.html b/views/tree-list.html index 5eea1aa..70f032a 100644 --- a/views/tree-list.html +++ b/views/tree-list.html @@ -1,4 +1,4 @@ -<table class="nice ls"> +<table class="nice toggable ls" id="ls"> % key_func = lambda (t, n, s): (t != 'tree', n.raw) % for type, name, size in sorted(tree.ls(dirname.raw), key = key_func): <tr class="{{type}}"> |