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

5 lines
108 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(@project), :id, :name %>
</p>