diff --git a/app/views/operator/jobs/_job_tr.html.erb b/app/views/operator/jobs/_job_tr.html.erb index f03a925..0da7b1b 100644 --- a/app/views/operator/jobs/_job_tr.html.erb +++ b/app/views/operator/jobs/_job_tr.html.erb @@ -45,9 +45,17 @@ <% end %> - - <%= job.costum_qm_plan.round(2) %> m² - + <% if job.printing? %> + <%= link_to edit_operator_job_path(job) do %> + + <%= job.costum_qm_plan.round(2) %> m² + + <% end %> + <% else %> + + <%= job.costum_qm_plan.round(2) %> m² + + <% end %>