Skip to content

Commit a6b4954

Browse files
committed
add migration notice to site
1 parent 7ea82f3 commit a6b4954

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/views/layouts/application.html.erb

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
<%= render 'layouts/navbar' %>
1212

1313
<main>
14+
<div class="card-panel yellow">
15+
<strong>Notice:</strong> Notebook.ai will be down for scheduled maintenance on <strong>Feburary 16<sup>th</sup></strong>, starting at 5PM Pacific, to move to a more stable host.
16+
The migration should take about 4 hours.
17+
You can <%= link_to 'join the Notebook.ai discord', 'https://discord.gg/R9vsXq8ysQ' %> for updates during the migration.
18+
<br />
19+
</div>
20+
1421
<%= yield :full_width_page_header %>
1522
<%= yield :full_width_page_content %>
1623
<div class="container<% if (user_signed_in? && current_user.fluid_preference) || request.env.fetch('REQUEST_PATH', '').start_with?('/forum/') || @full_width_page_override %>-fluid<% end %>">

0 commit comments

Comments
 (0)