tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

breadcrumbs.html (911B)


      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/.  -->
      4 
      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
     11  >
     12  / {%- if show_source and has_source and sourcename %}
     13  <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">
     14    {{ _('View page source') }}</a
     15  >
     16  {%- endif %}
     17 </li>
     18 {% endblock %}