Skip to content

Commit

Permalink
fix: wrong link to topics in acp dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jan 30, 2023
1 parent c241baf commit b5598a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/dashboard/topics.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b5598a6

Please sign in to comment.