Sha256: 2fc09d1aa74aae5702ca36e46b0531181ab24718701dc52d821400a6b29c1b7e
Contents?: true
Size: 796 Bytes
Versions: 2
Compression:
Stored size: 796 Bytes
Contents
<div id="dialog-changepwd" title="Change password" class="dialog"> <form id="form-change" action="/password" method="post"> <input type="hidden" name="_method" value="PATCH"/> <input type="hidden" name="id" id="id"/> <input type="hidden" name="username" id="username"/> <fieldset> <label for="name">Site-ID</label> <label class="labelfield ui-widget-content ui-corner-all"><span id="id_label"></span></label> <label for="username">Username</label> <label class="labelfield ui-widget-content ui-corner-all"><span id="username_label"></span></label> <label for="password">Password</label> <input type="password" name="password" id="password" class="text ui-widget-content ui-corner-all" /> </fieldset> </form> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lockr-0.5.1 | resources/views/changepwd.erb |
lockr-0.5.0 | resources/views/changepwd.erb |