To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / versions / create.js.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (290 Bytes)

1
hideModal();
2
<% select = content_tag('select', content_tag('option') + version_options_for_select(@project.shared_versions.open, @version), :id => 'issue_fixed_version_id', :name => 'issue[fixed_version_id]') %>
3
$('#issue_fixed_version_id').replaceWith('<%= escape_javascript(select) %>');