commit: 7cb572f9092d534be6c05b944cfa13c61c0d8670
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 08:00:54 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 09:06:21 2018 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=7cb572f9
attachment/list: Display attachment filename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
template/en/default/attachment/list.html.tmpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/template/en/default/attachment/list.html.tmpl
b/template/en/default/attachment/list.html.tmpl
index 9676dd67b..a7205ddcd 100644
--- a/template/en/default/attachment/list.html.tmpl
+++ b/template/en/default/attachment/list.html.tmpl
@@ -75,7 +75,8 @@ function toggle_display(link) {
<span class="bz_attach_extra_info">
[% IF attachment.datasize %]
- ([% attachment.datasize FILTER unitconvert %],
+ ([% attachment.filename FILTER html %],
+ [% attachment.datasize FILTER unitconvert %],
[% IF attachment.ispatch %]
patch)
[% ELSE %]