Added a link to the home page on the lists of actions.

s new link was necessary to prevent a loop when the user tries to access a unknown resource, like status/123, and was redirected to /page-not-found. In this case going back to the last page would be /status/123 which does not exists.
This commit is contained in:
Domingos Panta 2022-05-11 17:57:25 +01:00
parent 373bd9b962
commit fdd781b081

View file

@ -32,6 +32,7 @@
<ul>
<li>Retype the address.</li>
<li><a href="#" class="go-back" @click="goBack()">Go back to the previous page.</a></li>
<li><a href="/" class="go-back">Go back to home page.</a></li>
</ul>
</div>
</div>