@@ -25,8 +25,7 | |||||
25 | <p><%= custom_field_tag_with_label @custom_value %></p> |
|
25 | <p><%= custom_field_tag_with_label @custom_value %></p> | |
26 | <% end %> |
|
26 | <% end %> | |
27 |
|
27 | |||
28 | <p><%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %> |
|
28 | <p><%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %></p> | |
29 | </select></p> |
|
|||
30 | </div> |
|
29 | </div> | |
31 | <!--[eoform:issue]--> |
|
30 | <!--[eoform:issue]--> | |
32 | </div> |
|
31 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now