Files
crono/web/views/job.haml
Dzmitry Plashchynski 81ee422e30 Materialize css
2015-04-12 01:09:56 +03:00

12 lines
245 B
Plaintext

%a{ href: url('/') } << Back to Home
%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