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