aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-09-30 10:00:54 +0200
committerMichał Górny <mgorny@gentoo.org>2018-09-30 11:06:21 +0200
commit7cb572f9092d534be6c05b944cfa13c61c0d8670 (patch)
tree52a26100ea1b8f8ced1e4bec8514e8d8324220f0 /template
parentAdd Privacy policy link to bugzilla Footer. (diff)
downloadbugzilla-7cb572f9092d534be6c05b944cfa13c61c0d8670.tar.gz
bugzilla-7cb572f9092d534be6c05b944cfa13c61c0d8670.tar.bz2
bugzilla-7cb572f9092d534be6c05b944cfa13c61c0d8670.zip
attachment/list: Display attachment filename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/list.html.tmpl3
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 %]