fix: wrong link to topics in acp dashboard

isekai-main
Julian Lam 2 years ago
parent c241baf641
commit b5598a6e5d

@ -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>

Loading…
Cancel
Save