fix: wrong link to topics in acp dashboard

This commit is contained in:
Julian Lam
2023-01-30 15:05:57 -05:00
parent c241baf641
commit b5598a6e5d

View File

@@ -17,7 +17,7 @@
{{{ end }}}
{{{ each topics }}}
<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><span class="timeago" data-title="{../timestampISO}"></span></td>
</tr>