diff options
author | Helmut Grohne <helmut@subdivi.de> | 2019-03-05 20:48:39 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2019-03-05 20:48:39 +0100 |
commit | b8d551c7e26f1aea1134a5324a863022537346f8 (patch) | |
tree | 2fb714e8c79d5274ba7ec5174c258d69c4ad3bd7 /webapp.py | |
parent | bffe0f2a9ee5d85599d875ad71946bca1e3bd9b9 (diff) | |
download | crossqa-b8d551c7e26f1aea1134a5324a863022537346f8.tar.gz |
webapp: remove the architecture compaction
It confused Guillem Jover at least.
Diffstat (limited to 'webapp.py')
-rw-r--r-- | webapp.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -108,9 +108,6 @@ def formatts_filter(ts): def arch_format_filter(context, some_archs): if context["architectures"] == some_archs: return "any" - if len(some_archs) > 3: - return jinja2.Markup('<span title="%s">%d architectures</span>' % - (", ".join(sorted(some_archs)), len(some_archs))) return ", ".join(sorted(some_archs)) def collect_depstate(conn, source): |