Skip to content

Commit d10ea40

Browse files
author
alexey.lazarenko
committed
JE-0000 fixed "Edit on GitHub" button
1 parent f457920 commit d10ea40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/readthedocs/breadcrumbs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
{% if config.repo_url %}
1414
{% if config.repo_name == 'GitHub' %}
1515
<a href="{{ config.repo_url }}{% if [page] %}{{ [page.input_path][0] }} {% endif %}" target="_blank" rel="noopener noreferrer nofollow" class="icon icon-github"> Edit on GitHub</a>
16-
{% elif repo_name == 'Bitbucket' %}
17-
<a href="{{ repo_url }}" class="icon icon-bitbucket">Edit on BitBucket</a>
16+
{% elif config.repo_name == 'Bitbucket' %}
17+
<a href="{{ config.repo_url }}" class="icon icon-bitbucket">Edit on BitBucket</a>
1818
{% endif %}
1919
{% endif %}
2020
</li>

0 commit comments

Comments
 (0)