From 33e9794621a8c8013d6f43d14a2dccc5f1ac101a Mon Sep 17 00:00:00 2001 From: Dzmitry Plashchynski Date: Wed, 30 Nov 2016 01:05:47 +0200 Subject: [PATCH] Last log instead of Log since it can be truncated --- web/views/job.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/views/job.haml b/web/views/job.haml index efa3543..84f7059 100644 --- a/web/views/job.haml +++ b/web/views/job.haml @@ -2,7 +2,7 @@ %a{ href: url('/') } %i.mdi-navigation-chevron-left Back to Home - %h4 "#{@job.job_id}" Log: + %h4 "#{@job.job_id}" Last log: %main.container.blue-grey.lighten-4.grey-text.text-darken-4 - if @job.healthy == false