Redmine-Jobs/app/views/users/_edit_form.html.erb

4 lines
159 B
Plaintext

<p>
<%= form.label :time_budget_category_id %>
<%= form.collection_select :time_budget_category_id, TimeBudgetCategory.all, :id, :name, include_blank: true %>