view app/views/issue_categories/_form.rhtml @ 242:bde4f47b6427 feature_73

Do more-or-less the right thing to pull in and update external repos
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 24 Feb 2011 15:04:51 +0000
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>