Sha256: 7f06977709f4283cb88e33a86f2f1fa0c6b5553d716561bcd359617746da7e54
Contents?: true
Size: 508 Bytes
Versions: 51
Compression:
Stored size: 508 Bytes
Contents
- title "Sign up" %p== Already have an account? #{link_to "Log in", login_path}. - form_for @<%= user_singular_name %> do |f| = f.error_messages %p = f.label :username %br = f.text_field :username %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 "Sign up"
Version data entries
51 entries across 47 versions & 18 rubygems