Share Pastebin
Guest
Public paste!

Max

By: a guest | Mar 25th, 2008 | Syntax: Rails | Size: 0.15 KB | Hits: 175 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. <div id='form_error'>There were one or more errors.
  2.         <ul>
  3.                 <% form_error.errors.each_full do |msg| %>
  4.                         <li><%=msg%></li>
  5.                 <% end %>
  6.         </ul>
  7. </div>