diff --git a/src/RepoGovernance.Web/Views/Home/Index.cshtml b/src/RepoGovernance.Web/Views/Home/Index.cshtml index 5644f18a..8800927c 100644 --- a/src/RepoGovernance.Web/Views/Home/Index.cshtml +++ b/src/RepoGovernance.Web/Views/Home/Index.cshtml @@ -143,11 +143,11 @@ } }
+ Last updated: @if (item.LastUpdatedMessage != null) { - + } - Last updated: @if (@item.LastUpdated > DateTime.Now.AddDays(-7)) { @item.LastUpdated.ToString("dd-MMM-yyyy HH:mmtt")