Sha256: 9aa896f43564c20a66a2d8e9d28789be97c6791ce94426597266b2ea87fad46b
Contents?: true
Size: 750 Bytes
Versions: 20
Compression:
Stored size: 750 Bytes
Contents
<h1>Reset Your Password</h1> <form id='passwords-update-form'> <div class='xng-form-row'> <label for="password">New Password:</label> <input type="password" name="password" ng-model="passwordUpdate.password" placeholder="New Password" /> <span class='comment'></span> </div> <div class='xng-form-row'> <label for="password-confirmation">Confirm New Password:</label> <input type="password" name="password-confirmation" ng-model="passwordUpdate.passwordConfirmation" placeholder="New Password" /> <span class='comment'></span> </div> <div class='xng-form-row'> <button type="submit" ng-click="passwordUpdateSubmit()" class='call-to-action'>Update Password</button> </div> </form>
Version data entries
20 entries across 20 versions & 1 rubygems