summaryrefslogtreecommitdiffstats
path: root/app/views/versions/create.js.erb
blob: 01720bf90b3ec7c5e1b3f0ce71abfe0c74062ceb (plain)
1
2
3
hideModal();
<% 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]') %>
Element.replace('issue_fixed_version_id', '<%= escape_javascript(select) %>');