mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-10 22:48:05 -05:00
15 lines
557 B
HTML
15 lines
557 B
HTML
{%- if show_source and has_source and sourcename %}
|
|
<h3>{{ _('This Page') }}</h3>
|
|
<ul class="this-page-menu">
|
|
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
|
|
rel="nofollow">{{ _('Show Source') }}</a></li>
|
|
{%- if show_on_github_url %}
|
|
<li><a href="{{ show_on_github_url }}"
|
|
rel="nofollow">{{ _('Show on GitHub') }}</a></li>
|
|
{%- endif %}
|
|
{%- if edit_on_github_url %}
|
|
<li><a href="{{ edit_on_github_url }}"
|
|
rel="nofollow">{{ _('Edit on GitHub') }}</a></li>
|
|
{%- endif %}
|
|
</ul>
|
|
{%- endif %} |