We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c81217 commit a36ec0bCopy full SHA for a36ec0b
lib/librecov_web/live/build_live/job_row.ex
@@ -29,7 +29,7 @@ defmodule Librecov.RepositoryLive.JobRow do
29
</span>
30
</td>
31
<td class="text-start d-none d-sm-table-cell">
32
- {@job.run_at |> human_time_ago}
+ {(@job.run_at || @job.updated_at) |> human_time_ago}
33
34
<td class="text-center d-none d-sm-table-cell">
35
{@job.files_count}
0 commit comments