Fixed post-edit user revisions link.

This commit is contained in:
DebaucheryLibrarian 2024-10-23 03:10:20 +02:00
parent b82d5efb2a
commit 2bdb3d24a0
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<li>
<a
:href="`/user/${user.username}/revisions`"
:href="`/user/${user.username}/revisions/actors`"
class="link"
>Go to user revisions</a>
</li>

View File

@ -31,7 +31,7 @@
<li>
<a
:href="`/user/${user.username}/revisions`"
:href="`/user/${user.username}/revisions/scenes`"
class="link"
>Go to user revisions</a>
</li>