Sha256: be6dc662ea03ed7b5cb6afcd8da55d0f5ad4f81c3e06274fa05cb9c89240f56f

Contents?: true

Size: 380 Bytes

Versions: 9

Compression:

Stored size: 380 Bytes

Contents

<div id="login">
  <h2>Forgot your password?</h2>

  <%= active_admin_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| 
    f.inputs do
      f.input :email
    end
    f.buttons do
      f.commit_button "Reset My Password"
    end
  end %>

  <%= render :partial => "active_admin/devise/shared/links" %>
</div>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
activeadmin-0.4.4 app/views/active_admin/devise/passwords/new.html.erb
activeadmin-0.4.3 app/views/active_admin/devise/passwords/new.html.erb
activeadmin-0.4.2 app/views/active_admin/devise/passwords/new.html.erb
activeadmin-0.4.1 app/views/active_admin/devise/passwords/new.html.erb
activeadmin-0.4.0 app/views/active_admin/devise/passwords/new.html.erb
andrewroth_activeadmin-0.3.4.4 app/views/active_admin/devise/passwords/new.html.erb
andrewroth_activeadmin-0.3.4.3 app/views/active_admin/devise/passwords/new.html.erb
andrewroth_activeadmin-0.3.4.2 app/views/active_admin/devise/passwords/new.html.erb
andrewroth_activeadmin-0.3.4.1 app/views/active_admin/devise/passwords/new.html.erb