Skip to content

Instantly share code, notes, and snippets.

@tpope
Created May 15, 2011 15:01
Show Gist options
  • Save tpope/973224 to your computer and use it in GitHub Desktop.
Save tpope/973224 to your computer and use it in GitHub Desktop.
Our designers are way more clever than your designers
%fieldset.account_info
- ["First Name","Last Name","Email","Choose Password"].each do |n|
%dl.half
%dt
%label{:class => cycle("required", "", "required", "required")}=n
%dd
%input(type="text")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment