Sha256: c85da26582893d2d3bc334265a5cf4b84c07131f6d56ed8e70d09b1756829643
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
<h1>Change My Password</h1> <% form_for @user, :url => password_reset_path, :method => :put do |f| %> <%= f.error_messages %> <%= f.label :password %><br /> <%= f.password_field :password %><br /> <br /> <%= f.label :password_confirmation %><br /> <%= f.password_field :password_confirmation %><br /> <br /> <%= f.submit "Update my password and log me in" %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bdsabian-happy_trails-0.1.0 | lib/base_template/app/views/password_resets/edit.html.erb |