Sha256: d70785565728885ac965d0f45e699b92508dc8d175dcd41f94d7ef29f3158280

Contents?: true

Size: 562 Bytes

Versions: 42

Compression:

Stored size: 562 Bytes

Contents

<%#
Content added to this partial will be displayed above the collapsible JSON representation of each execution on the jobs#show view.

You can make use of the following variables:

- `job`: The `GoodJob::Job` instance.
- `execution`: The `GoodJob::DiscreteExecution` instance.
- `main_app`: Use this to access helpers (e.g. route helpers) from your application.

Note: the `GoodJob::Job` and `GoodJob::Execution` classes are considered an internal implementation detail of GoodJob and may change at any time. Please test your view extensions when upgrading.
%>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
good_job-3.26.0 app/views/good_job/_custom_execution_details.html.erb
good_job-3.25.0 app/views/good_job/_custom_execution_details.html.erb