mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
fix: wrong link to topics in acp dashboard
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{{{ end }}}
|
{{{ end }}}
|
||||||
{{{ each topics }}}
|
{{{ each topics }}}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{config.relative_path}/topics/{../slug}">{../title}</a></td>
|
<td><a href="{config.relative_path}/topic/{../slug}">{../title}</a></td>
|
||||||
<td>[[topic:posted_by, {../user.username}]]</td>
|
<td>[[topic:posted_by, {../user.username}]]</td>
|
||||||
<td><span class="timeago" data-title="{../timestampISO}"></span></td>
|
<td><span class="timeago" data-title="{../timestampISO}"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user