Sha256: c1271d2774d2f508c7987c91672ef299bdd03a7bbdc059966d038a4390adbad8
Contents?: true
Size: 530 Bytes
Versions: 36
Compression:
Stored size: 530 Bytes
Contents
<h2><%= t(".forgot_your_password") %></h2> <%= pg_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, input_html: { autocomplete: "email" } %> </div> <div class="form-actions"> <%= f.button :submit, t(".send_me_reset_password_instructions") %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
36 entries across 36 versions & 1 rubygems