Sha256: 229b1f0fb9c2f95b3e655fe7d56d8e79bf537f9fc8f5d85e88ff28d7eaf0b91f
Contents?: true
Size: 382 Bytes
Versions: 50
Compression:
Stored size: 382 Bytes
Contents
<h2><%= t('.resend_unlock_instructions') %></h2> <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { method: :post }) do |f| %> <%= devise_error_messages! %> <div><%= f.label :email %><br /> <%= f.email_field :email %></div> <div><%= f.submit t('.resend_unlock_instructions') %></div> <% end %> <%= render "devise/shared/links" %>
Version data entries
50 entries across 25 versions & 1 rubygems