stormy-weather/views/admin/password.erb
2012-02-05 22:01:28 -08:00

15 lines
374 B
Text

<form method="post">
<table>
<tr>
<th>New password</th>
<td><input type="password" name="password" size="20"></td>
</tr>
<tr>
<th>Confirm</th>
<td><input type="password" name="password_confirmation" size="20"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="Change password"></td>
</tr>
</table>
</form>