mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-31 03:40:16 +01:00
fix relative_path issue with uploads ACP page
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<tr data-path="{files.path}">
|
||||
<!-- IF files.isDirectory -->
|
||||
<td class="col-md-9" role="button">
|
||||
<i class="fa fa-fw fa-folder-o"></i> <a href="{config.relative}/admin/manage/uploads?dir={files.path}">{files.name}</a>
|
||||
<i class="fa fa-fw fa-folder-o"></i> <a href="{config.relative_path}/admin/manage/uploads?dir={files.path}">{files.name}</a>
|
||||
</td>
|
||||
<!-- ENDIF files.isDirectory -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user