Sha256: a32f06b083c40134d72a670a76c725a598a7da86f526c47c6d7933a48c7ff3b7
Contents?: true
Size: 561 Bytes
Versions: 36
Compression:
Stored size: 561 Bytes
Contents
<h2><%= t(".resend_unlock_instructions") %></h2> <%= pg_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= f.error_notification %> <%= f.full_error :unlock_token %> <div class="form-inputs"> <%= f.input :email, required: true, autofocus: true, input_html: { autocomplete: "email" } %> </div> <div class="form-actions"> <%= f.button :submit, t(".resend_unlock_instructions") %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
36 entries across 36 versions & 1 rubygems