From a241ae82ae98b5e94215a62a7d8d39e003012f27 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 25 Apr 2013 14:10:18 +0200 Subject: webapp: turn the
after filename into a style --- static/style.css | 3 +++ webapp.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b6032a5..34d069a 100644 --- a/static/style.css +++ b/static/style.css @@ -4,3 +4,6 @@ td { vertical-align: top; } +.filename { + display: block; +} diff --git a/webapp.py b/webapp.py index b561ac8..8e520e8 100755 --- a/webapp.py +++ b/webapp.py @@ -79,7 +79,7 @@ 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 }}{% endfor -%} {% for filename, match in entry.matches.items() -%} {% if not loop.first %}{% endif -%} {%- for funccomb, hashvalue in match.items() -%} -- cgit v1.2.3