Redmine-Jobs/app/views/time_entries/_bulk_edit_details_bottom.h...

5 lines
141 B
Plaintext

<p>
<label for="time_entry_job">Job</label>
<%= collection_select :time_entry, :job_id, Job.all, :id, :name, include_blank: true %>
</p>