parent
244c8f1a07
commit
14c8f6633d
|
@ -1,3 +1,3 @@
|
||||||
<p>
|
<p>
|
||||||
<%= form.label :job_id %>
|
<%= form.label :job_id %>
|
||||||
<%= form.collection_select :job_id, Job.project_or_parent(@project), :id, :name %>
|
<%= form.collection_select :job_id, Job.active.project_or_parent(@project), :id, :name %>
|
||||||
|
|
Loading…
Reference in New Issue