mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
4 lines
311 B
Text
4 lines
311 B
Text
<label for="user[password]"><%= t('users.new_password_label') %>:</label><br/>
|
|
<%= password_field "user", "password", :size => 40 %><br/>
|
|
<label for="user[password_confirmation]"><%= t('users.password_confirmation_label') %>:</label><br/>
|
|
<%= password_field "user", "password_confirmation", :size => 40 %><br/>
|