lib/sidekiq_unique_jobs/web/views/changelogs.erb in sidekiq-unique-jobs-8.0.7 vs lib/sidekiq_unique_jobs/web/views/changelogs.erb in sidekiq-unique-jobs-8.0.8
- old
+ new
@@ -40,10 +40,10 @@
</tr>
</thead>
<tbody>
<% @changelogs.each do |changelog| %>
<tr class="changelog-row">
- <td><%= safe_relative_time(changelog['time']) || "bogus" %></td>
+ <td><%= _safe_relative_time(changelog['time']) || "bogus" %></td>
<td><%= changelog["digest"] %></td>
<td><%= changelog["script"] %></td>
<td><%= changelog["job_id"] %></td>
<td><%= changelog["prev_jid"] %></td>
<td><%= changelog["message"] %></th>