From 1864898533162bc57ac18273c4d8fc387a2f55b2 Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Fri, 13 Mar 2020 10:02:03 -0400 Subject: [PATCH] adding coronavirus message to all pages --- .../asc_bootstrap/templates/system/includes/_header.twig | 3 +++ .../asc_bootstrap/templates/system/page--front.html.twig | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/themes/asc_bootstrap/templates/system/includes/_header.twig b/web/themes/asc_bootstrap/templates/system/includes/_header.twig index fae54d28bf..6a0fc851c1 100644 --- a/web/themes/asc_bootstrap/templates/system/includes/_header.twig +++ b/web/themes/asc_bootstrap/templates/system/includes/_header.twig @@ -23,6 +23,9 @@ </div> </div> </div> + <div class="alert alert-warning text-center"> + Ohio State has <strong>suspended face-to-face classes</strong> and moved to virtual instruction through at least Monday, March 30. <a href="https://wexnermedical.osu.edu/features/coronavirus/staff-and-students" class="alert-link">Additional guidance on work arrangements, travel and events.</a> + </div> <div class="container"> <div id="header-logos"> diff --git a/web/themes/asc_bootstrap/templates/system/page--front.html.twig b/web/themes/asc_bootstrap/templates/system/page--front.html.twig index ad0efff7f9..91541dd4aa 100755 --- a/web/themes/asc_bootstrap/templates/system/page--front.html.twig +++ b/web/themes/asc_bootstrap/templates/system/page--front.html.twig @@ -57,9 +57,6 @@ </div> <div class="layout-container"> - <div class="alert alert-warning text-center"> - Ohio State has <strong>suspended face-to-face classes</strong> and moved to virtual instruction through at least Monday, March 30. <a href="https://wexnermedical.osu.edu/features/coronavirus/staff-and-students" class="alert-link">Additional guidance on work arrangements, travel and events.</a> - </div> <main role="main"> <a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #} -- GitLab