@@ -27,7 +27,7 | |||||
27 | <label><%= l(:field_fixed_version) %>: |
|
27 | <label><%= l(:field_fixed_version) %>: | |
28 | <%= select_tag('fixed_version_id', content_tag('option', l(:label_no_change_option), :value => '') + |
|
28 | <%= select_tag('fixed_version_id', content_tag('option', l(:label_no_change_option), :value => '') + | |
29 | content_tag('option', l(:label_none), :value => 'none') + |
|
29 | content_tag('option', l(:label_none), :value => 'none') + | |
30 | options_from_collection_for_select(@project.versions, :id, :name)) %></label> |
|
30 | options_from_collection_for_select(@project.versions.sort, :id, :name)) %></label> | |
31 | </p> |
|
31 | </p> | |
32 |
|
32 | |||
33 | <p> |
|
33 | <p> |
General Comments 0
You need to be logged in to leave comments.
Login now