linkwahn
This commit is contained in:
parent
be6f907698
commit
4b52f15107
|
|
@ -141,7 +141,7 @@
|
||||||
{% getNCFileInfosURL request file.nc_id as filelink %}
|
{% getNCFileInfosURL request file.nc_id as filelink %}
|
||||||
{% getNCDirInfosURL request file.nc_id as dirlink %}
|
{% getNCDirInfosURL request file.nc_id as dirlink %}
|
||||||
{% getNextcloudURL as nc_url %}
|
{% getNextcloudURL as nc_url %}
|
||||||
<a href="{{nc_url}}apps/files/?dir=/{{dirlink}}&openfile={{file.nc_id}}" target="_blank">{{filename|truncatechars:30}}</a>
|
<a href="{{nc_url}}apps/files/?dir=/{{dirlink}}&openfile={{file.nc_id}}" target="_blank">{{filename|truncatechars:30}}</a>
|
||||||
<br />
|
<br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue