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