Fixed job number to work with broadcast in jobs#index

This commit is contained in:
2025-07-23 15:52:55 +02:00
parent e1c6a90830
commit a01ac2203e
5 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
<%= turbo_frame_tag dom_id(job, :badge) do %>
<%= link_to_if user_signed_in? && allowed_to?(:show, job, namespace: :Operator), job.id, operator_job_path(job) %>
<% end %>