mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-15 01:42:45 +01:00
a7e1003c41
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 lines
195 B
HTML
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 %}
|