Fixed job number link in jobs#index

This commit is contained in:
2025-07-25 02:59:54 +02:00
parent a01ac2203e
commit b5557670ba

View File

@@ -1,3 +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) %>
<%= link_to_if user_signed_in? && allowed_to?(:show, job, namespace: :Operator), job.id, operator_job_path(job), target: "_blank" %>
<% end %>