Add maintenance notice text

Change-Id: I1cc9f32fa968b100038cc119a8c677dc65491e4c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/263191
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Jacob Burroughs <jburroughs@instructure.com>
Product-Review: Jacob Burroughs <jburroughs@instructure.com>
This commit is contained in:
Jacob Burroughs 2021-04-19 16:12:42 -05:00
parent 8cec3c6de1
commit 31b665c67d
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@
utc_time_range: time_string(next_window[0], next_window[1], ActiveSupport::TimeZone['UTC']) }) %>
<br/>
<%= t("Next maintenance at: %{window}", {
window: datetime_string(next_window[0], :verbose, next_window[1], with_weekday: true) }) %>
window: datetime_string(next_window[0], :verbose, next_window[1], with_weekday: true) }) %>
<p>
<%= Setting.get('global_maintenance_notice', '').html_safe %>
<p/>