From 607033bbd1e5b524eaf5c74e3914590d82b3742a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 30 Sep 2018 10:00:54 +0200 Subject: attachment/list: Display attachment filename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/667272 Signed-off-by: Michał Górny --- template/en/default/attachment/list.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') 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) { [% IF attachment.datasize %] - ([% attachment.datasize FILTER unitconvert %], + ([% attachment.filename FILTER html %], + [% attachment.datasize FILTER unitconvert %], [% IF attachment.ispatch %] patch) [% ELSE %] -- cgit v1.2.3-65-gdbad