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

4 lines
113 B
Plaintext
Raw Normal View History

2023-11-21 13:59:43 +00:00
<p>
<%= form.label :job_id %>
<%= form.collection_select :job_id, Job.project_or_parent(@project), :id, :name %>