You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_form.rhtml 226B

12345678
  1. <%= error_messages_for 'board' %>
  2. <!--[form:board]-->
  3. <div class="box">
  4. <p><%= f.text_field :name, :required => true %></p>
  5. <p><%= f.text_field :description, :required => true, :size => 80 %></p>
  6. </div>
  7. <!--[eoform:board]-->