Sha256: 1017aa10068b20016b9b37c354aaa80b6b9fdd0f1e5072dca807b2df3911bbc1
Contents?: true
Size: 447 Bytes
Versions: 21
Compression:
Stored size: 447 Bytes
Contents
<h2><%= t(".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, t(".send_me_reset_password_instructions") %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
21 entries across 21 versions & 2 rubygems