Sha256: 19e65e03670b43f88cce148cac99fccbb897e68cb6849bdafeb778e604d01e0f
Contents?: true
Size: 566 Bytes
Versions: 9
Compression:
Stored size: 566 Bytes
Contents
<p> You are resetting your password. Choose a new password below. </p> <%= error_messages_for :user %> <% form_tag(password_path(:id => @user.reset_password_code), :method => :put) do %> <div class="password_field"> <%= label_tag :password, 'Choose password' %> <%= password_field_tag :password %> </div> <div class="password_field"> <%= label_tag :password_confirmation, 'Verify password' %> <%= password_field_tag :password_confirmation %> </div> <div class="submit_field"> <%= submit_tag 'Save this password' %> </div> <% end %>
Version data entries
9 entries across 5 versions & 1 rubygems