Rename source link label

This commit is contained in:
Dan 2018-01-14 17:57:49 +01:00
parent 5ea86cf8f5
commit 44632d93fe

View File

@ -61,7 +61,7 @@
{% elif show_source and source_url_prefix %}
<a href="{{ source_url_prefix }}{{ pagename }}{{ suffix }}">{{ _('View page source') }}</a>
{% 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 %}
</li>