Skip to content

Commit 49c35f0

Browse files
committed
Announce upcoming downtime on arclight and cincoctrl
1 parent 145f3ba commit 49c35f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

arclight/app/components/header_component.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<header>
22
<div class="container-fluid announcement d-flex justify-content-center">
3-
<p class="m-0 text-center"><strong>🎉 Welcome to the new OAC! 🎉</strong> 🙋 Visit our <%= link_to 'quick start guide', quickstart_path %> for tips to get started.</p>
3+
<p class="m-0 text-center"><strong>🎉 Welcome to the new OAC! 🎉</strong> 🙋 Visit our <%= link_to 'quick start guide', quickstart_path %> for tips to get started.<br/><br/>
4+
Site maintenance scheduled for Monday 12/1 from 1-3pm PST. No anticipated downtime.<br/>Check our <a href="https://help.oac.cdlib.org/support/discussions/topics/9000063750">systems status page</a> for ongoing information</p>
45
</div>
56

67
<div class="container">

cincoctrl/cincoctrl/templates/base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
</head>
4545
<body class="{% block bodyclass %}{% endblock bodyclass %}">
4646
{% block body %}
47+
<div class="mb-1 alert alert-warning text-center">
48+
OAC indexing and publication will be temporarily paused while we conduct a system update on December 1st, 1:00-3:00pm.<br/>
49+
Finding aids updated or submitted during this period will complete indexing after the update is complete.
50+
</div>
4751
<div class="mb-1">
4852
<nav class="navbar navbar-expand-md navbar-light bg-light">
4953
<div class="container-fluid">

0 commit comments

Comments
 (0)