Sha256: fe39d913bbecf83c66122c838459d40fc519d30f68f007344cee31f456e869e8
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 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="form-inputs"> <%= f.input :email, :required => true, :autofocus => true %> </div> <div class="form-actions"> <%= f.button :submit, "Send me reset password instructions" %> </div> <% end %> <%= render "raddar/users/shared/links" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
raddar-0.0.1.pre | app/views/raddar/users/passwords/new.html.erb |