Mercurial > hg > soundsoftware-site
diff app/views/issues/bulk_edit.rhtml @ 119:8661b858af72
* Update to Redmine trunk rev 4705
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 14:12:06 +0000 |
parents | 94944d00e43c |
children | cbce1fd3b1b7 |
line wrap: on
line diff
--- a/app/views/issues/bulk_edit.rhtml Fri Nov 19 14:05:24 2010 +0000 +++ b/app/views/issues/bulk_edit.rhtml Thu Jan 13 14:12:06 2011 +0000 @@ -43,7 +43,7 @@ <label><%= l(:field_fixed_version) %></label> <%= select_tag('issue[fixed_version_id]', content_tag('option', l(:label_no_change_option), :value => '') + content_tag('option', l(:label_none), :value => 'none') + - version_options_for_select(@project.shared_versions.open)) %> + version_options_for_select(@project.shared_versions.open.sort)) %> </p> <% end %>