summaryrefslogtreecommitdiff
path: root/webapp.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2019-03-05 20:48:39 +0100
committerHelmut Grohne <helmut@subdivi.de>2019-03-05 20:48:39 +0100
commitb8d551c7e26f1aea1134a5324a863022537346f8 (patch)
tree2fb714e8c79d5274ba7ec5174c258d69c4ad3bd7 /webapp.py
parentbffe0f2a9ee5d85599d875ad71946bca1e3bd9b9 (diff)
downloadcrossqa-b8d551c7e26f1aea1134a5324a863022537346f8.tar.gz
webapp: remove the architecture compaction
It confused Guillem Jover at least.
Diffstat (limited to 'webapp.py')
-rw-r--r--webapp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webapp.py b/webapp.py
index cfdf434..dd20ad6 100644
--- a/webapp.py
+++ b/webapp.py
@@ -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):