mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
a7e1003c41
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
6 lines
195 B
HTML
6 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 %}
|