Bug 1854072 - Change parallel marking threshold pref to use MB instead of KB r=sfink
[gecko.git] / docs / _templates / breadcrumbs.html
blob392db34504ff533f4b27d8798d5f742e1510a9e2
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 - You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 {%- extends "sphinx_rtd_theme/breadcrumbs.html" %} {% block breadcrumbs_aside %}
6 <li class="wy-breadcrumbs-aside">
7 <a
8 href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer+Infrastructure&component=Firefox+Source+Docs%3A+Content&short_desc=Documentation+issue+on+{{ pagename }}&comment=URL+=+https://firefox-source-docs.mozilla.org/{{ pagename }}.html&bug_file_loc=https://firefox-source-docs.mozilla.org/{{ pagename }}.html"
9 rel="nofollow"
10 >Report an issue</a
12 / {%- if show_source and has_source and sourcename %}
13 <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">
14 {{ _('View page source') }}</a
16 {%- endif %}
17 </li>
18 {% endblock %}