diff options
author | Tiago Mello <timello@gmail.com> | 2012-02-19 18:36:22 +0100 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2012-02-19 18:36:22 +0100 |
commit | 84982d8b04f6232d4eaa38fde78e8bfa67d496bb (patch) | |
tree | ea1fa9d6f5022b6d36de8773ac2eb0566feeb61a /template/en | |
parent | 8cf999925d27402a3c2a9abc4394d33b3f11c97a (diff) | |
download | bugzilla-84982d8b04f6232d4eaa38fde78e8bfa67d496bb.tar.gz bugzilla-84982d8b04f6232d4eaa38fde78e8bfa67d496bb.tar.xz |
Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classes
to a new 'MoreBugUrl' extension.
r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index fdd2fb980..7408a1a05 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -254,8 +254,7 @@ <li>A ticket in a Trac installation.</li> <li>A b[% %]ug in a MantisBT installation.</li> <li>A b[% %]ug on sourceforge.net.</li> - <li>A Review Board review request.</li> - <li>An issue in a Rietveld installation.</li> + [% Hook.process('bug_url_invalid_tracker') %] </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |