Created
May 15, 2011 15:01
-
-
Save tpope/973224 to your computer and use it in GitHub Desktop.
Our designers are way more clever than your designers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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