Sha256: d8dcd7750f4de093d9f556d5de229c58bba6c95d4f8ed51b8e0b71104c700eb6
Contents?: true
Size: 459 Bytes
Versions: 7
Compression:
Stored size: 459 Bytes
Contents
<% if job.failed? %> <h2 class="subtitle">Error information</h2> <table class="table"> <tbody> <tr> <th>Type</th> <td> <%= job.last_execution_error.error_class %> </td> </tr> <tr> <th>Message</th> <td> <%= job.last_execution_error.try(:message) || job.last_execution_error.inspect %> </td> </tr> </tbody> </table> <pre class="is-family-monospace mb-4"><%= failed_job_backtrace(job) %></pre> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems