Sha256: e461e91d0702128285354b7d41876809da2157b706f113f93dd1a67166a93844
Contents?: true
Size: 510 Bytes
Versions: 4
Compression:
Stored size: 510 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
4 entries across 4 versions & 1 rubygems