mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 22:05:28 +00:00
Rename source link label
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
{% elif show_source and source_url_prefix %}
|
{% elif show_source and source_url_prefix %}
|
||||||
<a href="{{ source_url_prefix }}{{ pagename }}{{ suffix }}">{{ _('View page source') }}</a>
|
<a href="{{ source_url_prefix }}{{ pagename }}{{ suffix }}">{{ _('View page source') }}</a>
|
||||||
{% elif show_source and has_source and sourcename %}
|
{% elif show_source and has_source and sourcename %}
|
||||||
<a href="https://github.com/pyrogram/pyrogram" rel="nofollow" class="fa fa-github"> {{ _('GitHub') }}</a>
|
<a href="https://github.com/pyrogram/pyrogram" rel="nofollow" class="fa fa-github"> {{ _('View on GitHub') }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user