Sha256: 7dd58f73010eb6e3877971d75218af307c2ab4debb4a617fce94e02359f8971c
Contents?: true
Size: 478 Bytes
Versions: 21
Compression:
Stored size: 478 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 %> </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