mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-11 18:26:31 +03:00
a7e1003c41
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 lines
179 B
HTML
4 lines
179 B
HTML
{%- if show_source and has_source and sourcename %}
|
|
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
|
|
rel="nofollow">{{ _('Source') }}</a></li>
|
|
{%- endif %}
|