From 44a71ad4a6437f01b46eaf18ed516f4a3f3f1000 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Fri, 7 Jul 2017 08:57:14 -0400 Subject: [PATCH] Use warning instead of danger for maintenance --- themes/bootstrap3/templates/error/unavailable.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/error/unavailable.phtml b/themes/bootstrap3/templates/error/unavailable.phtml index 4cac53eb415..9ebaa42658f 100644 --- a/themes/bootstrap3/templates/error/unavailable.phtml +++ b/themes/bootstrap3/templates/error/unavailable.phtml @@ -7,7 +7,7 @@ $this->layout()->breadcrumbs = '<li class="active">Error</li>'; ?> -<div class="alert alert-danger"> +<div class="alert alert-warning"> <h2><?=$this->transEsc('System Unavailable')?></h2> <p> <?=$this->transEsc('The system is currently unavailable due to system maintenance')?>. -- GitLab