Files
nextcloud-docs/_shared_assets/themes/owncloud_release/sourcelink.html
2016-03-20 15:56:42 +01:00

7 lines
195 B
HTML

{%- if show_source and has_source and sourcename %}
<div id="sourcelink">
<a href="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Source') }}</a>
</div>
{%- endif %}