From 793f9a8d1b9accb7379544e4bda36e2185ab2ea5 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 25 Apr 2013 14:01:11 +0200 Subject: webapp: make filenames css styleable --- webapp.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp.py b/webapp.py index d5aa617..44f0e8a 100755 --- a/webapp.py +++ b/webapp.py @@ -79,15 +79,15 @@ detail_template = jinjaenv.from_string( sizefilenamehash functionsfilename {%- for entry in shared -%} {{ entry.size|format_size }} - {%- for filename in entry.filenames %}{{ filename|e }}{% if not loop.last %}
{% endif %}{% endfor -%} + {%- for filename in entry.filenames %}{{ filename|e }}{% if not loop.last %}
{% endif %}{% endfor -%} {% for filename, match in entry.matches.items() -%} {% if not loop.first %}{% endif -%} {%- for funccomb, hashvalue in match.items() -%} {{ funccomb[0]|e }} {%- if funccomb[0] != funccomb[1] %} -> {{ funccomb[1]|e }}{% endif %} {%- if not loop.last %}, {% endif %} - {%- endfor %} - {{- filename|e }} + {%- endfor -%} + {{ filename|e }} {%- endfor -%} {%- endfor -%} @@ -101,7 +101,7 @@ hash_template = jinjaenv.from_string( {%- for entry in entries -%} - + {%- endfor -%}
packagefilenamesizedifferent function
{{ entry.package|e }}{{ entry.filename|e }}{{ entry.size|format_size }}{{ entry.filename|e }}{{ entry.size|format_size }} {% if function != entry.function %}{{ entry.function|e }}{% endif %}
-- cgit v1.2.3