diff --git a/cli/onionshare_cli/resources/templates/listing.html b/cli/onionshare_cli/resources/templates/listing.html index e1dd6d9f..8458bb87 100644 --- a/cli/onionshare_cli/resources/templates/listing.html +++ b/cli/onionshare_cli/resources/templates/listing.html @@ -11,9 +11,11 @@ -
- -

OnionShare

+
+
+ +

OnionShare

+
{% if breadcrumbs %} @@ -23,37 +25,36 @@ {% endif %} - - - - - - +
+
+
Filename
+
Size
+
{% for info in dirs %} -
- - - + +
+ {% endfor %} {% for info in files %} - - - - + +
{{ info.size_human }}
+ {% endfor %} -
FilenameSize
+
+ {{ info.size_human }}
+ - \ No newline at end of file +