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 / .svn / pristine / 98 / 9810c4e90aced6647301b39d69f6aa9159da4626.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (374 Bytes)

1 1296:038ba2d95de8 Chris
<%= error_messages_for @board %>
2
3
<div class="box tabular">
4
<p><%= f.text_field :name, :required => true %></p>
5
<p><%= f.text_field :description, :required => true, :size => 80 %></p>
6
<% if @board.valid_parents.any? %>
7
<p><%= f.select :parent_id, boards_options_for_select(@board.valid_parents), :include_blank => true, :label => :field_board_parent %></p>
8
<% end %>
9
</div>