diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ff32f..a572e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Failed jobs view now renders error class and message correctly (seed data format and missing CSS class) + ## [0.2.0] - 2026-05-18 ### Added diff --git a/app/views/solid_queue_web/failed_jobs/index.html.erb b/app/views/solid_queue_web/failed_jobs/index.html.erb index 8807dad..c243fae 100644 --- a/app/views/solid_queue_web/failed_jobs/index.html.erb +++ b/app/views/solid_queue_web/failed_jobs/index.html.erb @@ -25,7 +25,7 @@ <%= execution.exception_class %>: <%= execution.message %> <% else %> - — + — <% end %>