diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-01-25 21:19:51 +0100 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2012-01-25 21:19:51 +0100 |
commit | e330e0c5d27ad77ca2c9839609cbf88ffd4efef9 (patch) | |
tree | a63ddc682a96b3adf0f6a466b522f65c663e5b8c /template/en | |
parent | 15f7b4a8742210c2722f27e8ae7184f7be4da4f1 (diff) | |
download | bugzilla-e330e0c5d27ad77ca2c9839609cbf88ffd4efef9.tar.gz bugzilla-e330e0c5d27ad77ca2c9839609cbf88ffd4efef9.tar.xz |
Bug 617802: Add see also support for Rietveld installations on appspot.com
r=timello, a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8dbaa4ad4..f5274b8bd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -255,6 +255,7 @@ <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> </ul> [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. |