From 9c14c9ff0a5315823727b07d32c02601edf0e3ff Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Tue, 2 Oct 2018 15:17:21 +0300 Subject: [PATCH] Fixed home button when document not found. --- .../src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml index ce1e03bd61..dfd0c3e566 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml @@ -153,7 +153,11 @@ {

@L["DocumentNotFound"]

- Go to home + + + + @L["BackToWebsite"] +
}