Mercurial > hg > soundsoftware-site
view app/views/boards/_form.rhtml @ 828:f31a4cea8c05 cannam
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 31 Jan 2012 13:41:01 +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]-->