Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: template/en/default/attachment/
Date: Sun, 30 Sep 2018 09:07:05
Message-Id: 1538298381.7cb572f9092d534be6c05b944cfa13c61c0d8670.mgorny@gentoo
1 commit: 7cb572f9092d534be6c05b944cfa13c61c0d8670
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 09:06:21 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=7cb572f9
7
8 attachment/list: Display attachment filename
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 template/en/default/attachment/list.html.tmpl | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl
16 index 9676dd67b..a7205ddcd 100644
17 --- a/template/en/default/attachment/list.html.tmpl
18 +++ b/template/en/default/attachment/list.html.tmpl
19 @@ -75,7 +75,8 @@ function toggle_display(link) {
20
21 <span class="bz_attach_extra_info">
22 [% IF attachment.datasize %]
23 - ([% attachment.datasize FILTER unitconvert %],
24 + ([% attachment.filename FILTER html %],
25 + [% attachment.datasize FILTER unitconvert %],
26 [% IF attachment.ispatch %]
27 patch)
28 [% ELSE %]