Sha256: 1b1ff36c961f7cc315317875de808e9d373836579cb4e3fbab58afea9c814a53

Contents?: true

Size: 526 Bytes

Versions: 4

Compression:

Stored size: 526 Bytes

Contents

<h2>¿Olvido su clave?</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, "Enviarme instrucciones para cambiar mi clave",
      'data-turbo' => false %>
  </div>
<% end %>

<%= render "devise/shared/links" %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
msip-2.2.0.beta1 app/views/devise/passwords/new.html.erb
msip-2.2.0.alfa3 app/views/devise/passwords/new.html.erb
msip-2.2.0.alfa2 app/views/devise/passwords/new.html.erb
msip-2.2a2 app/views/devise/passwords/new.html.erb