This commit is contained in:
Dzmitry Plashchynski
2015-03-14 03:26:32 +02:00
parent 8a89a9a8eb
commit 1af691ef24
6 changed files with 23 additions and 19 deletions
+4 -3
View File
@@ -1,13 +1,14 @@
%ol.breadcrumb
%li
%a{href: url("/")} Home
%a{ href: url('/') } Home
%li.active= @job.job_id
%h2
"#{@job.job_id}" Log:
- 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.
.alert.alert-danger{ role: 'alert' }
An error occurs during the last execution of this job.
Check the log below for details.
%pre= @job.log