Skip to content

Instantly share code, notes, and snippets.

@stijlist
stijlist / _form.html.haml
Created June 10, 2012 16:58
Trying to add CSS classes to form_for
= form_for (@user, :html => {:class => "well"}) do |f|
-if @user.errors.any?
#error_explanation
%h2= "#{pluralize(@user.errors.count, "error")} prohibited this user from being saved:"
%ul
- @user.errors.full_messages.each do |msg|
%li= msg
.field
= f.label :fname