|
|
@ -55,7 +55,9 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
<% if User.current.impaired? %> |
|
|
|
<% if User.current.impaired? %> |
|
|
|
<%= f.select(:reporting_to_project_id, @reporting_to_project_candidates.collect { |p| [p.name, p.id] }, no_label: true) %> |
|
|
|
<%= f.select(:reporting_to_project_id, |
|
|
|
|
|
|
|
@reporting_to_project_candidates.collect { |p| [p.name, p.id] }, |
|
|
|
|
|
|
|
no_label: true) %> |
|
|
|
<% else %> |
|
|
|
<% else %> |
|
|
|
<%= select("reporting", :reporting_to_project_id, |
|
|
|
<%= select("reporting", :reporting_to_project_id, |
|
|
|
options_for_select([]), |
|
|
|
options_for_select([]), |
|
|
|