Sha256: 5e4a3a0df4f0294e52702b6085e95da0bff73d52682c32b5108e6b6cbf6c9cf1
Contents?: true
Size: 565 Bytes
Versions: 21
Compression:
Stored size: 565 Bytes
Contents
<h2><%= t(".resend_unlock_instructions") %></h2> <%= simple_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
21 entries across 21 versions & 2 rubygems