annotate app/views/boards/_form.rhtml @ 428:9cfd7a1d848e feature_36

Created the Edit View (still not changing the DB) Small changes to Publications model.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 01 Jun 2011 17:27:52 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 <%= error_messages_for 'board' %>
Chris@0 2
Chris@0 3 <!--[form:board]-->
Chris@0 4 <div class="box">
Chris@0 5 <p><%= f.text_field :name, :required => true %></p>
Chris@0 6 <p><%= f.text_field :description, :required => true, :size => 80 %></p>
Chris@0 7 </div>
Chris@0 8 <!--[eoform:board]-->