projects
/
~helmut
/
crossqa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bffe0f2
)
webapp: remove the architecture compaction
author
Helmut Grohne
<helmut@subdivi.de>
Tue, 5 Mar 2019 19:48:39 +0000
(20:48 +0100)
committer
Helmut Grohne
<helmut@subdivi.de>
Tue, 5 Mar 2019 19:48:39 +0000
(20:48 +0100)
It confused Guillem Jover at least.
webapp.py
patch
|
blob
|
history
diff --git
a/webapp.py
b/webapp.py
index
cfdf434
..
dd20ad6
100644
(file)
--- 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):