Sha256: f46c8e0f650139b8152fda58fce42496f479a62934b689ca170f73faf9583302
Contents?: true
Size: 745 Bytes
Versions: 22
Compression:
Stored size: 745 Bytes
Contents
<h2>Sign up</h2> <form accept-charset="UTF-8" action="/signup" 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" tabindex="5" type="submit" value="Sign up" /> </form> <p>Have an account? <a href="<%= url('/login') %>">Log in</a>.</p>
Version data entries
22 entries across 22 versions & 1 rubygems