Sha256: 4307fdacd6816e25c9cd27ec2e794789ff5774f5e3b64211f7868e0635092df0
Contents?: true
Size: 448 Bytes
Versions: 20
Compression:
Stored size: 448 Bytes
Contents
<% content_for :title do %>Change your password<% end %> <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
20 entries across 20 versions & 1 rubygems