Sha256: 76e8be34b4dd2517ad700d1e824c35104cdef29eca1931e4398701dad66f2e5d
Contents?: true
Size: 815 Bytes
Versions: 4
Compression:
Stored size: 815 Bytes
Contents
<h2>Sign up</h2> <form accept-charset="UTF-8" action="/signup" class="new_user" method="post"> <p> <input id="user_name" name="user[name]" placeholder="Your name" tabindex="1" type="text" /> </p> <p> <input id="user_email" name="user[email]" placeholder="Your email" tabindex="2" type="text" /> </p> <p> <input id="user_password" name="user[password]" placeholder="Your password" tabindex="3" type="password" /> </p> <p> <input id="user_password_confirmation" name="user[password_confirmation]" placeholder="Retype password" tabindex="4" type="password" /> </p> <input class="right btn btn-primary" data-disable-with="Creating account..." name="commit" tabindex="4" type="submit" value="Sign up" /> </form> <p>Have an account? <a href="<%= url('/login') %>">Log in</a></p>
Version data entries
4 entries across 4 versions & 1 rubygems