Mercurial > hg > soundsoftware-site
diff .svn/pristine/5b/5be15d9755983c58da5f71dc3d2f96dca598f0ff.svn-base @ 1339:c03a6c3c4db9 luisf
Merge
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 20 Jun 2013 14:34:42 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/5b/5be15d9755983c58da5f71dc3d2f96dca598f0ff.svn-base Thu Jun 20 14:34:42 2013 +0100 @@ -0,0 +1,3 @@ +hideModal(); +<% 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]') %> +$('#issue_category_id').replaceWith('<%= escape_javascript(select) %>');