Files
crono/web/views/job.haml
2015-03-10 23:26:58 +02:00

14 lines
277 B
Plaintext

%ol.breadcrumb
%li
%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.
%pre= @job.log