public
Rubygem
Description: Vanilla in Ruby
Homepage: http://lazyatom.com
Clone URL: git://github.com/lazyatom/vanilla-rb.git
I need a class on the human spam checker to control some styling issues
lazyatom (author)
Fri Aug 22 07:51:20 -0700 2008
commit  88b705b88a2d78d0162f5822adfec87d99e77a9a
tree    4c662925bd9d550af23525ccf28940bff161f391
parent  dba307f6c0f723e6e5263547b1c23daf3e78dd74
...
91
92
93
94
 
95
96
97
...
91
92
93
 
94
95
96
97
0
@@ -91,7 +91,7 @@ class Comments < Dynasnip
0
       <label>Email: <input type="text" name="email"></input></label>
0
       <label>Website: <input type="text" name="website"></input></label>
0
       <textarea name="content"></textarea>
0
-      <label>Type 'human' if you are one: <input type="text" name="human"></input></label>
0
+      <label class="human">Type 'human' if you are one: <input type="text" name="human"></input></label>
0
       <button>Submit</button>
0
     </form>
0
   }

Comments