From fdd781b08172647d4eaf259119c95d813f88c24d Mon Sep 17 00:00:00 2001 From: Domingos Panta Date: Wed, 11 May 2022 17:57:25 +0100 Subject: [PATCH] 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. --- src/pages/NotFound.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/NotFound.vue b/src/pages/NotFound.vue index 16ba8a558..1744ee8a8 100644 --- a/src/pages/NotFound.vue +++ b/src/pages/NotFound.vue @@ -32,6 +32,7 @@