From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EFBC138334 for ; Sun, 30 Sep 2018 09:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6742AE08DA; Sun, 30 Sep 2018 09:07:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 419C8E08DA for ; Sun, 30 Sep 2018 09:07:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 804CF335CDA for ; Sun, 30 Sep 2018 09:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24BD03AB for ; Sun, 30 Sep 2018 09:06:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538298381.7cb572f9092d534be6c05b944cfa13c61c0d8670.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: template/en/default/attachment/ X-VCS-Repository: proj/gentoo-bugzilla X-VCS-Files: template/en/default/attachment/list.html.tmpl X-VCS-Directories: template/en/default/attachment/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7cb572f9092d534be6c05b944cfa13c61c0d8670 X-VCS-Branch: bugstest Date: Sun, 30 Sep 2018 09:06:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 12fd8bf8-15f1-4e4d-96af-b90803078f45 X-Archives-Hash: 406cf80048bb4bb5971337764e154de0 commit: 7cb572f9092d534be6c05b944cfa13c61c0d8670 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 30 08:00:54 2018 +0000 Commit: Michał Górny gentoo 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 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) { [% IF attachment.datasize %] - ([% attachment.datasize FILTER unitconvert %], + ([% attachment.filename FILTER html %], + [% attachment.datasize FILTER unitconvert %], [% IF attachment.ispatch %] patch) [% ELSE %]