From 6c238f4ccaae4e5ff88338cdadde4c153e16a927 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Fri, 25 Oct 2019 09:31:20 +0300 Subject: [PATCH] fixed https://github.com/abpframework/abp/issues/2004 --- .../Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs index c0825352d1..d675251ac4 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs @@ -233,6 +233,13 @@ namespace Volo.Docs.Pages.Documents.Project } } } + else + { + LatestVersionInfo = new VersionInfoViewModel( + $"{DocsAppConsts.Latest}", + DocsAppConsts.Latest, + true); + } VersionSelectItems = versions.Select(v => new SelectListItem {