To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / issue_categories / _form.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (272 Bytes)

1 0:513646585e45 Chris
<%= error_messages_for 'category' %>
2
3
<div class="box">
4
<p><%= f.text_field :name, :size => 30, :required => true %></p>
5 909:cbb26bc654de Chris
<p><%= f.select :assigned_to_id, principals_options_for_select(@project.assignable_users, @category.assigned_to), :include_blank => true %></p>
6 0:513646585e45 Chris
</div>