Files
crono/web/views/job.haml
Dzmitry Plashchynski 742cdc00c7 Status labels
2015-04-12 01:26:40 +03:00

11 lines
243 B
Plaintext

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