annotate .svn/pristine/14/1416b352c6fb64d06513cc44f62b6e1f359f63c7.svn-base @ 1354:fc0fecf09eb9 bug_635

Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 18 Jul 2013 11:18:35 +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]-->