Sha256: dd2c42c5b83642a6ebf6afabc9ed77fa08654ef695ef9739430d38b5bf51fb2d
Contents?: true
Size: 738 Bytes
Versions: 3
Compression:
Stored size: 738 Bytes
Contents
%form{:"accept-charset" => "UTF-8", :action => "/users/new", :method => "POST"} = csrf_tag .field %input{:id => "email", :name => "user[email]", :placeholder => "user@email.here", :value => user.email, :type => "text"} .field %input{:id => "password", :name => "user[password]", :placeholder => "password", :type => "password"} .field %input{:id => "password_confirmation", :name => "user[password_confirmation]", :placeholder => "confirm password", :type => "password"} .field %input.long-line{:id => "notification_url", :name => "user[notification_url]", :placeholder => "notification url (if you're a bot)", :type => "text"} .field %input{:class => "button", :type => "submit", :value => "create user"}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
deep_thought-0.2.1 | lib/deep_thought/views/users/new.haml |
deep_thought-0.1.1 | lib/deep_thought/views/users/new.haml |
deep_thought-0.1.0 | lib/deep_thought/views/users/new.haml |