Sha256: 9bf5e1717ec9ba5c30d923486ccf3cef6f2f5e40a1235cd4f7eecbe3729d7b16
Contents?: true
Size: 391 Bytes
Versions: 6
Compression:
Stored size: 391 Bytes
Contents
<h2>Change your password</h2> <p> We will email you a link to change your password. </p> <% form_for :password, :url => passwords_path do |form| %> <div class="text_field"> <%= form.label :email, "Email address" %> <%= form.text_field :email %> </div> <div class="submit_field"> <%= form.submit "Reset password", :disable_with => "Please wait..." %> </div> <% end %>
Version data entries
6 entries across 6 versions & 4 rubygems