mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
sharing: Fix wrong links on Apache2 directory index page
For example, when visiting '/share/myshare' then shared test.txt file links to a wrong url /share/text.txt, it should be /share/myshare/text.txt. This is related to #1676 Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
88bf07adee
commit
2c999899ea
@ -67,8 +67,8 @@
|
|||||||
<td class="share-name">{{ share.name }}</td>
|
<td class="share-name">{{ share.name }}</td>
|
||||||
<td class="share-path">{{ share.path }}</td>
|
<td class="share-path">{{ share.path }}</td>
|
||||||
<td class="share-url">
|
<td class="share-url">
|
||||||
<a href="{{ share.url }}"
|
<a href="{{ share.url }}" title="{{ share.url}}"
|
||||||
title="{{ share.url}}">
|
data-turbolinks="false">
|
||||||
{{ share.url }}
|
{{ share.url }}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user