Sha256: b4b50874057a8dc0fa17ac9335ded59f041f248a43bb952148d98fa202c1694a

Contents?: true

Size: 804 Bytes

Versions: 5

Compression:

Stored size: 804 Bytes

Contents

<div class="card my-5 mx-auto shadow" style="max-width: 42rem;">
  <div class="card-body p-4">

    <h2 class="text-center font-weight-bold mb-4">Resend unlock instructions</h2>

    <%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
      <%= render "devise/shared/error_messages", resource: resource %>

      <div class="mb-3">
        <%= f.label :email, class: "form-label fw-bolder" %>
        <%= f.email_field :email, autofocus: true, autocomplete: "email", class: "form-control" %>
      </div>

      <div class="actions d-grid gap-2">
        <%= f.submit "Resend unlock instructions", class: "btn btn-primary" %>
      </div>
    <% end %>

    <div class="mt-4">
      <%= render "devise/shared/links" %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
devise_template-0.1.4 app/views/devise/bootstrap/unlocks/new.html.erb
devise_template-0.1.3 app/views/devise/bootstrap/unlocks/new.html.erb
devise_template-0.1.2 app/views/devise/bootstrap/unlocks/new.html.erb
devise_template-0.1.1 app/views/devise/bootstrap/unlocks/new.html.erb
devise_template-0.1.0 app/views/devise/bootstrap/unlocks/new.html.erb