jobs: rename /delayed_jobs to /jobs.

Rename the /delayed_jobs endpoint to just /jobs since it's no longer
based on DelayedJob.
This commit is contained in:
evazion
2022-01-02 21:19:27 -06:00
parent f7784d2340
commit 21a9bb2c63
9 changed files with 17 additions and 16 deletions

View File

@@ -170,7 +170,7 @@
<li><%= link_to("News Updates", news_updates_path) %></li>
<% end %>
<li><%= link_to("Jobs", delayed_jobs_path) %></li>
<li><%= link_to("Jobs", jobs_path) %></li>
</ul>
</section>
</div>