Redmine-Jobs/app/views/timelogs/_edit_form_bottom.html.erb

4 lines
141 B
Plaintext

<p>
<%= form.label :job_id %>
<%= form.collection_select :job_id, Job.active.project_or_parent(@project), :id, :name, include_blank: true %>