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 / boards / _form.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (226 Bytes)

1 0:513646585e45 Chris
<%= error_messages_for 'board' %>
2
3
<!--[form:board]-->
4
<div class="box">
5
<p><%= f.text_field :name, :required => true %></p>
6
<p><%= f.text_field :description, :required => true, :size => 80 %></p>
7
</div>
8
<!--[eoform:board]-->