Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bugzilla:bugstest commit in: template/en/default/bug/create/
Date: Fri, 13 Sep 2019 07:43:41
Message-Id: 1568360470.a6ff387377a2ab6157c15be63c13cf7a53246c3d.mgorny@gentoo
1 commit: a6ff387377a2ab6157c15be63c13cf7a53246c3d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 07:41:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 07:41:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=a6ff3873
7
8 Remove 'This bug was ... clone of ...' text from default comment
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 template/en/default/bug/create/create.html.tmpl | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
16 index e7f2b2aed..35c2a9964 100644
17 --- a/template/en/default/bug/create/create.html.tmpl
18 +++ b/template/en/default/bug/create/create.html.tmpl
19 @@ -457,11 +457,6 @@ TUI_hide_default('attachment_text_field');
20 <td colspan="3">
21
22 [% defaultcontent = BLOCK %]
23 - [% IF cloned_bug_id %]
24 -+++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id %] +++
25 -
26 -
27 - [% END %]
28 [%-# We are within a BLOCK. The comment will be correctly HTML-escaped
29 # by global/textarea.html.tmpl. So we must not escape the comment here. %]
30 [% comment FILTER none %]