diff --git a/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb b/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb index 2a79f497..2d4fef2e 100644 --- a/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb +++ b/ruby/rails7-solid-queue/app/app/views/examples/index.html.erb @@ -3,7 +3,7 @@

<%= params[:notice] %>

diff --git a/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb b/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb index d5e10742..86586fec 100644 --- a/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb +++ b/ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb @@ -1,4 +1,4 @@ -

Delayed jobs

+

Solid Queue jobs

<%= params[:notice] %>