diff options
author | David Lawrence <dkl@mozilla.com> | 2016-07-29 22:38:08 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-07-29 22:38:08 +0200 |
commit | 04eaf299e8e5670b93f08f99950cd02db532fb30 (patch) | |
tree | e1db94bfde6b455fb768939c242c2a82adb199c7 /extensions | |
parent | 8a093bda210a2b3346872ec1c212e6b2562cf390 (diff) | |
download | bugzilla-04eaf299e8e5670b93f08f99950cd02db532fb30.tar.gz bugzilla-04eaf299e8e5670b93f08f99950cd02db532fb30.tar.xz |
Bug 1290511 - Move "Mozilla Labs:Personas Plus" to graveyard and add a bug-form message
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl b/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl index eb470e457..6ca3624c5 100644 --- a/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl +++ b/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl @@ -201,6 +201,12 @@ custom_forms = { { link => "form.intern", title => "Intern Requests", + }, + ] + "Mozilla Labs" => [ + { + link => "https://github.com/mozilla/personas-plus/issues", + title => "Report issue with Personas Plus on Github" } ], } |