Sha256: 83c5617ffeb85cf186041e71218dfa7e3a47ac4b27bd0eac176d53dbd7580d76
Contents?: true
Size: 370 Bytes
Versions: 10
Compression:
Stored size: 370 Bytes
Contents
= form_for @user do |f| = render "shared/error_messages", :target => @user %p = f.label :email, "Email Address" %br/ = f.text_field :email %p = f.label :password %br/ = f.password_field :password %p = f.label :password_confirmation, "Confirm Password" %br/ = f.password_field :password_confirmation %p = f.submit "Submit"
Version data entries
10 entries across 10 versions & 1 rubygems