annotate .svn/pristine/14/1416b352c6fb64d06513cc44f62b6e1f359f63c7.svn-base @ 1539:22d57b0e0a77 live

OK, this script works now, but it should be using the API
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 21 May 2015 17:31:06 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <%= error_messages_for 'board' %>
Chris@909 2
Chris@909 3 <!--[form:board]-->
Chris@909 4 <div class="box">
Chris@909 5 <p><%= f.text_field :name, :required => true %></p>
Chris@909 6 <p><%= f.text_field :description, :required => true, :size => 80 %></p>
Chris@909 7 </div>
Chris@909 8 <!--[eoform:board]-->