pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
3 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
Casualty S26E22 720p HD...
14 sec ago
Why isn't chrome runnin...
14 sec ago
Untitled
15 sec ago
Untitled
22 sec ago
Max Limiter Breaker
Ruby | 41 sec ago
Layout Width
Share Pastebin
Max
By: a guest | Mar 25th, 2008 | Syntax:
Rails
| Size: 0.15 KB | Hits: 175 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
<div id='form_error'>There were one or more errors.
<ul>
<%
form_error.
errors
.
each_full
do
|
msg
|
%>
<li>
<%
=msg
%>
</li>
<%
end
%>
</ul>
</div>
create new paste
|
create new version of this paste
RAW Paste Data
<div id='form_error'>There were one or more errors. <ul> <% form_error.errors.each_full do |msg| %> <li><%=msg%></li> <% end %> </ul> </div>