Sha256: edbd83fe0a2c3d714fcf288338e1fba852701ece32ae54a67ce043a2ea7bd646
Contents?: true
Size: 438 Bytes
Versions: 12
Compression:
Stored size: 438 Bytes
Contents
<h3><%= _("Change password") %></h3> <table class="values form"> <tr> <th scope="row"> <label for="user_password"><%= _("Password") %></label> </th> <td><%= password_field("user", "password") %></td> </tr> <tr> <th scope="row"> <label for="user_password_confirmation"> <%= _("Confirm Password") %> </label> </th> <td><%= password_field("user", "password_confirmation") %></td> </tr> </table>
Version data entries
12 entries across 12 versions & 2 rubygems