diff options
-rw-r--r-- | app/views/shared/_jobs.html.erb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/shared/_jobs.html.erb b/app/views/shared/_jobs.html.erb index d4c74b6..71d93da 100644 --- a/app/views/shared/_jobs.html.erb +++ b/app/views/shared/_jobs.html.erb @@ -36,11 +36,10 @@ <% if job['error_count'] != 0 %>again<% end %> in <% end %> + <%= distance_of_time_in_words_to_now( + job.run_at, include_seconds: true + ) %> <% end %> - - <%= distance_of_time_in_words_to_now( - job.run_at, include_seconds: true - ) %> </span> </h4> </div> |