Sha256: 637ceade76d2368a7570edae9ebf377c6887376614747141d76abebc514a8753
Contents?: true
Size: 884 Bytes
Versions: 1
Compression:
Stored size: 884 Bytes
Contents
<div class="card" style="width: 700px"> <div class="card-divider"> <h1>Create a New User</h1> </div> <div class="card-section"> <form action="<%= cavy_first_time_create_user_path %>" id="first_time_user" method="POST"> <label> Name: <input class="form-control" id="inputName" name="name" type="text"/> </label> <label> Email: <input class="form-control" id="inputEmail" name="email" type="text"/> </label> <label> Password: <input class="form-control" id="inputPassword" name="password" type="password"/> </label> <label> Password Confirmation: <input class="form-control" id="inputPasswordConfirmation" name="password_confirmation" type="password"/> </label> <button class="button success" id="signin">Create User</button> </form> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cavy-0.1.0.beta2 | app/views/cavy/first_time/new_user.html.erb |