Sha256: ae88c397d3a5033819ffb7848a8ab7119a1e183769d004d77e3ccec9ebf59aa6
Contents?: true
Size: 404 Bytes
Versions: 14
Compression:
Stored size: 404 Bytes
Contents
<h2>Forgot your password?</h2> <%= simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %> <%= f.error_notification %> <div class="inputs"> <%= f.input :email, :required => true %> </div> <div class="actions"> <%= f.button :submit, "Send me reset password instructions" %> </div> <% end %> <%= render "links" %>
Version data entries
14 entries across 12 versions & 2 rubygems