From d635798667aa334db00fbfe9afc61e1ab3c07a5b Mon Sep 17 00:00:00 2001 From: Mark Fletcher Date: Fri, 13 Dec 2019 09:16:36 +0000 Subject: [PATCH] Add dates to deprecation notice --- app/views/notices/_deprecation_notice.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/notices/_deprecation_notice.html.haml b/app/views/notices/_deprecation_notice.html.haml index fa918c4..d0c2108 100644 --- a/app/views/notices/_deprecation_notice.html.haml +++ b/app/views/notices/_deprecation_notice.html.haml @@ -2,7 +2,10 @@ %i.fe.fe-bell.mr-2{ aria: { hidden: true } } .notice = succeed '.' do - The Quality dashboard will be deprecated in favour of + On + %strong + 31st Jan 2020 + the Quality dashboard will be deprecated in favour of = link_to 'Periscope', 'https://about.gitlab.com/handbook/business-ops/data-team/periscope-directory/' and = link_to 'GitLab Insights', 'https://docs.gitlab.com/ee/user/project/insights/index.html' -- GitLab