From 6e3a71007a468356201fe1e9e6014a05392d1a7b Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 2 May 2013 18:48:14 +0200 Subject: webapp: reduce size of comparison output Only add rowspan when it carries a meaning. --- webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp.py') diff --git a/webapp.py b/webapp.py index 345bb40..2cc8a7e 100755 --- a/webapp.py +++ b/webapp.py @@ -78,7 +78,7 @@ detail_template = jinjaenv.from_string( {%- for entry in shared -%} - 1 %} rowspan={{ entry.matches|length }}{% endif %}>{{ entry.size|format_size }} 1 %} rowspan={{ entry.matches|length }}{% endif %}> {%- for filename in entry.filenames %}{{ filename|e }}{% endfor -%}
{{ details1.package|e }}{{ details2.package|e }}
sizefilenamehash functionsfilename
{{ entry.size|format_size }} +
{% for filename, match in entry.matches.items() -%} {% if not loop.first %}
{% endif -%} -- cgit v1.2.3