From f711b6b45001c6da585c077b2683df404ef85059 Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Mon, 13 Apr 2015 17:31:53 +0300 Subject: [PATCH] Fix error message --- web/views/job.haml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/views/job.haml b/web/views/job.haml index 5e96ef6..efa3543 100644 --- a/web/views/job.haml +++ b/web/views/job.haml @@ -6,8 +6,10 @@ %main.container.blue-grey.lighten-4.grey-text.text-darken-4 - if @job.healthy == false - .alert.alert-danger{ role: 'alert' } - An error occurs during the last execution of this job. - Check the log below for details. + .row.red-text + .s12.center-align + %i.mdi-alert-warning + An error occurs during the last execution of this job. + Check the log below for details. %pre= @job.log