Fixed post-edit user revisions link.
This commit is contained in:
parent
b82d5efb2a
commit
2bdb3d24a0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue