Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bugzilla:master commit in: template/en/default/bug/
Date: Thu, 31 Oct 2019 03:43:08
Message-Id: 1572493358.1e91418328b01e228577120817471a435a9cb801.mgorny@gentoo
1 commit: 1e91418328b01e228577120817471a435a9cb801
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 20 21:14:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 03:42:38 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=1e914183
7
8 bug template: Add a link to clone in same product
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 template/en/default/bug/navigate.html.tmpl | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl
16 index b5e3ba7a2..21db1128f 100644
17 --- a/template/en/default/bug/navigate.html.tmpl
18 +++ b/template/en/default/bug/navigate.html.tmpl
19 @@ -17,6 +17,10 @@
20 <li>&nbsp;-&nbsp;<a href="enter_bug.cgi?cloned_bug_id=
21 [% bug.bug_id FILTER uri %]">Clone This
22 [% terms.Bug %]</a></li>
23 + <li>&nbsp;-&nbsp;<a href="enter_bug.cgi?cloned_bug_id=
24 + [% bug.bug_id FILTER uri %]&product=
25 + [% bug.product FILTER uri %]">Clone In The Same
26 + Product</a></li>
27 [%# Links to more things users can do with this bug. %]
28 [% Hook.process("links") %]
29 <li>&nbsp;-&nbsp;<a href="#">Top of page </a></li>