diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-31 09:32:38 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-31 09:32:38 +0200 |
commit | 61b344946a3b731fdd57fb3c0adf21aa878d9c68 (patch) | |
tree | ceedba4beba4fa58e0e39cf0cd5d4356f03f225a /extensions/BMO/template/en/default/hook | |
parent | 615049471530043cc533e207503fe028f6b39b4a (diff) | |
download | bugzilla-61b344946a3b731fdd57fb3c0adf21aa878d9c68.tar.gz bugzilla-61b344946a3b731fdd57fb3c0adf21aa878d9c68.tar.xz |
Bug 1189172 - remove link to 'release notes' from index page, and point 'help' to rtd
Diffstat (limited to 'extensions/BMO/template/en/default/hook')
-rw-r--r-- | extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl | 18 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/hook/index-intro.html.tmpl | 12 |
2 files changed, 10 insertions, 20 deletions
diff --git a/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl b/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl deleted file mode 100644 index cfc224fcd..000000000 --- a/extensions/BMO/template/en/default/hook/index-additional_links.html.tmpl +++ /dev/null @@ -1,18 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -<li> -| -<a href="page.cgi?id=etiquette.html"> - [%- terms.Bugzilla %] Etiquette</a> -</li> -<li> -| -<a href="https://developer.mozilla.org/en/Bug_writing_guidelines"> - [%- terms.Bug %] Writing Guidelines</a> -</li> diff --git a/extensions/BMO/template/en/default/hook/index-intro.html.tmpl b/extensions/BMO/template/en/default/hook/index-intro.html.tmpl index d81d91491..ddee1db2f 100644 --- a/extensions/BMO/template/en/default/hook/index-intro.html.tmpl +++ b/extensions/BMO/template/en/default/hook/index-intro.html.tmpl @@ -1,2 +1,10 @@ -<a id="get_help" class="bz_common_actions" - href="page.cgi?id=get_help.html"><span>Get Help</span></a>
\ No newline at end of file +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +<a id="docs" class="bz_common_actions" + href="https://bmo.readthedocs.org/"><span>Documentation</span></a> |