diff options
author | Shardendu Kumar Gautam <shardendu.gautam@yahoo.com> | 2017-05-31 23:41:17 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-31 23:41:17 +0200 |
commit | 5d6b04229f82bd33883c4dbc18b6050410aeae33 (patch) | |
tree | 3bd22161bcdf64eb44da3497bb2db08db51a2496 /extensions/BMO/template/en/default/pages | |
parent | 0087764fc747d00b76264d333650eb08ef9d9a28 (diff) | |
download | bugzilla-5d6b04229f82bd33883c4dbc18b6050410aeae33.tar.gz bugzilla-5d6b04229f82bd33883c4dbc18b6050410aeae33.tar.xz |
Bug 1364634 - Point people to the editbugs request component instead of the mailing list
* updated & in url to &
* updated url to use template filter
* added missing quotes for editbugs href
Diffstat (limited to 'extensions/BMO/template/en/default/pages')
-rw-r--r-- | extensions/BMO/template/en/default/pages/get_permissions.html.tmpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl b/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl index c62286af3..481816ba2 100644 --- a/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl +++ b/extensions/BMO/template/en/default/pages/get_permissions.html.tmpl @@ -17,9 +17,13 @@ the <a href="page.cgi?id=triage_request.html">triage request form</a>. </p> +[% editbugs = "enter_bug.cgi?assigned_to=nobody%40mozilla.org&bug_file_loc=http%3A%2F%2F&bug_ignored=0&bug_severity=normal&bug_status=NEW&cf_fx_iteration=---&cf_fx_points=---&component=Editbugs%20Requests&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&defined_groups=1&flag_type-4=X&flag_type-607=X&flag_type-791=X&flag_type-800=X&flag_type-803=X&flag_type-916=X&form_name=enter_bug&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Unspecified&priority=--&product=bugzilla.mozilla.org&rep_platform=Unspecified&target_milestone=---&version=Production" %] + <p> - If you want <kbd>editbugs</kbd>, email <a href="mailto:bmo-perms@mozilla.org"> - bmo-perms@mozilla.org</a> either: + If you want <kbd>editbugs</kbd>, open a + <a href="[% editbugs FILTER html %]"> + new bug requesting permissions + </a> with either: <ul> <li> The URLs of two [% terms.bugs %] to which you have attached patches |