We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99791d2 commit f7ebdc5Copy full SHA for f7ebdc5
_includes/doc-widget.html
@@ -30,6 +30,10 @@
30
{% if item.icon == "fa-code" %}
31
{% assign a_href = master_blob %}
32
{% elsif item.icon == "fa-code-fork" %}
33
+ {% if lang != "" %}
34
+ <!-- skip "Edit This Page" button on translated pages, link to Transifex only -->
35
+ {% continue %}
36
+ {% endif %}
37
{% assign a_href = master_edit %}
38
{% elsif item.icon == "fa-language" %}
39
{% assign a_href = "https://www.transifex.com/otf/qubes/translate/#" | append: pagelang | append: "/" | append: transifexresource %}
0 commit comments