diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-30 10:00:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-30 10:00:54 +0200 |
commit | 607033bbd1e5b524eaf5c74e3914590d82b3742a (patch) | |
tree | b1b9614c13c5e5b65cfbc5f7eeb4a4506c70ca04 /template | |
parent | custom_userhistory: minor html cleanup & show username for audit (diff) | |
download | bugzilla-607033bbd1e5b524eaf5c74e3914590d82b3742a.tar.gz bugzilla-607033bbd1e5b524eaf5c74e3914590d82b3742a.tar.bz2 bugzilla-607033bbd1e5b524eaf5c74e3914590d82b3742a.zip |
attachment/list: Display attachment filename
Bug: https://bugs.gentoo.org/667272
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 %] |