@@ -43,7 +43,7 | |||||
43 | <label><%= l(:field_fixed_version) %></label> |
|
43 | <label><%= l(:field_fixed_version) %></label> | |
44 | <%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + |
|
44 | <%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + | |
45 | content_tag('option', l(:label_none), :value => 'none') + |
|
45 | content_tag('option', l(:label_none), :value => 'none') + | |
46 | version_options_for_select(@project.shared_versions.open)) %> |
|
46 | version_options_for_select(@project.shared_versions.open.sort)) %> | |
47 | </p> |
|
47 | </p> | |
48 | <% end %> |
|
48 | <% end %> | |
49 |
|
49 |
General Comments 0
You need to be logged in to leave comments.
Login now