To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / issue_categories / create.js.erb @ 1531:ae8145b28b2b
History | View | Annotate | Download (297 Bytes)
| 1 |
hideModal(); |
|---|---|
| 2 |
<% select = content_tag('select', content_tag('option') + options_from_collection_for_select(@project.issue_categories, 'id', 'name', @category.id), :id => 'issue_category_id', :name => 'issue[category_id]') %>
|
| 3 |
$('#issue_category_id').replaceWith('<%= escape_javascript(select) %>');
|