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