Sha256: 2079e66b1aa28e8466dee634d7ff1d04a55d0e11739f8c3154c2fa4ea1c6050f

Contents?: true

Size: 448 Bytes

Versions: 10

Compression:

Stored size: 448 Bytes

Contents

%header.container.blue-grey.lighten-4.grey-text.text-darken-4
  %a{ href: url('/') }
    %i.mdi-navigation-chevron-left
    Back to Home
  %h4 "#{@job.job_id}" Log:

%main.container.blue-grey.lighten-4.grey-text.text-darken-4
  - if @job.healthy == false
    .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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
crono-1.1.0 web/views/job.haml
crono-1.0.3 web/views/job.haml
crono-1.0.2 web/views/job.haml
crono-1.0.1 web/views/job.haml
crono-1.0.0 web/views/job.haml
crono-1.0.0.pre3 web/views/job.haml
crono-1.0.0.pre2 web/views/job.haml
crono-0.9.0 web/views/job.haml
crono-0.8.9 web/views/job.haml
crono-0.8.9.pre web/views/job.haml