Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove if statement
  • Loading branch information
Mariatta committed Feb 12, 2017
commit 424a1d7f1400278f5ee7d3584a2740e6ef1f6304
3 changes: 0 additions & 3 deletions Doc/tools/templates/customsourcelink.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ <h3>{{ _('This Page') }}</h3>
<ul class="this-page-menu">
<li><a href="{{ pathto('bugs') }}">{% trans %}Report a Bug{% endtrans %}</a></li>
<li>
{% if version == "3.7" %}
{% set version = 'master' %}
{% endif %}
<a href="https://github.com/python/cpython/blob/{{ version }}/Doc/{{ sourcename|replace('txt', 'rst') }}"
rel="nofollow">{{ _('Show Source') }}
</a>
Expand Down