Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bugzilla:master commit in: template/en/default/attachment/
Date: Sun, 30 Sep 2018 08:01:50
Message-Id: 1538294454.607033bbd1e5b524eaf5c74e3914590d82b3742a.mgorny@gentoo
1 commit: 607033bbd1e5b524eaf5c74e3914590d82b3742a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 08:00:54 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 08:00:54 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=607033bb
7
8 attachment/list: Display attachment filename
9
10 Bug: https://bugs.gentoo.org/667272
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 template/en/default/attachment/list.html.tmpl | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
17 index 9676dd67b..a7205ddcd 100644
18 --- a/template/en/default/attachment/list.html.tmpl
19 +++ b/template/en/default/attachment/list.html.tmpl
20 @@ -75,7 +75,8 @@ function toggle_display(link) {
21
22 <span class="bz_attach_extra_info">
23 [% IF attachment.datasize %]
24 - ([% attachment.datasize FILTER unitconvert %],
25 + ([% attachment.filename FILTER html %],
26 + [% attachment.datasize FILTER unitconvert %],
27 [% IF attachment.ispatch %]
28 patch)
29 [% ELSE %]