Mercurial > hg > soundsoftware-site
view app/views/issue_categories/_form.rhtml @ 582:7cca1ac03f0c feature_36
For "I am this author", always pull details from user not from a prior authorship
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 10 Aug 2011 17:19:36 +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>