Mercurial > hg > soundsoftware-site
view app/views/issue_categories/_form.rhtml @ 461:841b2e40895d feature_36
Adding other projects to publication - created query for projects and controller actions to be used in the AJAX call; still need to get the AJAX call working
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 17 Jun 2011 18:59:49 +0100 |
parents | 94944d00e43c |
children |
line wrap: on
line source
<%= error_messages_for 'category' %> <div class="box"> <p><%= f.text_field :name, :size => 30, :required => true %></p> <p><%= f.select :assigned_to_id, @project.users.sort.collect{|u| [u.name, u.id]}, :include_blank => true %></p> </div>