Sha256: 9da74ef5ec0ff6cf6f2a3f6bf812365f47f5371b7e81aa6cd43bcf9576f489cd

Contents?: true

Size: 592 Bytes

Versions: 171

Compression:

Stored size: 592 Bytes

Contents

<%= within_admin_layout(title: "Forgot your password?") do %>
  <%= simple_form_for(resource,
                      as: resource_name,
                      url: password_path(resource_name),
                      html: { method: :post, autocomplete: "off" }) do |f| %>

    <%= f.error_notification %>
    <div class="row">
      <div class="columns small-12 medium-6 last">
        <%= f.input :email, required: true, autofocus: true %>

      </div>
    </div>

    <%= f.button :submit, "Send me reset password instructions" %>
  <% end %>
  <%= render "devise/shared/links" %>
<% end %>

Version data entries

171 entries across 171 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.166 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.165 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.164 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.163 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.162 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.161 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.160 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.159 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.158 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.157 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.156 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.155 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.153 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.152 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.151 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.149 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.148 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.147 app/views/renalware/devise/passwords/new.html.erb
renalware-core-2.0.146 app/views/renalware/devise/passwords/new.html.erb