Fixed job number link in jobs#index
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<%= turbo_frame_tag dom_id(job, :badge) do %>
|
<%= 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 %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user