Sha256: f523ceca1fc2b68b1b1efb3efaf804ee91e3ecfe5f6d4ad6baf586a179a60025

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

<% @title ||= t("devise.titles.forgot_password") %>

<%= semantic_form_for(resource, as: resource_name, url: password_path(resource_name), html: {method: :post}) do |f| %>
  <%= f.input :email, input_html: {autofocus: true} %>
  <%= f.actions do %>
    <%= f.action :submit, label: t("devise.buttons.reset_password") %>
  <% end %>
<% end %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise-formtastic-0.0.1 app/views/devise/passwords/new.html.erb