Sha256: f351e2d1444706d70cee76c1e68e9e3865d8df6d488d05530528de1ecb80bee1
Contents?: true
Size: 616 Bytes
Versions: 15
Compression:
Stored size: 616 Bytes
Contents
<h2>Log in</h2> <form accept-charset="UTF-8" action="<%= url('/login') %>" method="post"> <p> <input id="email" name="email" placeholder="Email" tabindex="1" type="email" /> </p> <p> <input id="password" name="password" placeholder="Password" tabindex="2" type="password" /> </p> <p> <label for="remember_me">Remember me</label> <input checked="checked" id="remember_me" name="remember_me" type="checkbox" /> </p> <input class="right btn btn-primary" tabindex="3" type="submit" value="Log in" /> </form> <p>Don't have an account? <a href="<%= url('/signup') %>">Sign up</a>.</p>
Version data entries
15 entries across 15 versions & 1 rubygems