Mercurial > hg > soundsoftware-site
view app/views/issue_categories/_form.rhtml @ 610:e9274ba9c1b3 feature_36
Fixes Bug #272 - the toggle author button calls button_to_remote instead of button_to, which does not have a type="submit" tag. Minor interface changes.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 22 Aug 2011 12:32:02 +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>