Mercurial > hg > soundsoftware-site
view app/views/boards/_form.rhtml @ 764:3e39fb084fa1 cannam
Merge from branch feature_14
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 11 Nov 2011 17:27:00 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<%= error_messages_for 'board' %> <!--[form:board]--> <div class="box"> <p><%= f.text_field :name, :required => true %></p> <p><%= f.text_field :description, :required => true, :size => 80 %></p> </div> <!--[eoform:board]-->