Sha256: 6863cf3bd9d1645a226a1745147207f4762c97df28bf71cca2ad55c422c5b3d6
Contents?: true
Size: 397 Bytes
Versions: 33
Compression:
Stored size: 397 Bytes
Contents
<h2>Resend unlock instructions</h2> <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %> <%= devise_error_messages! %> <div class="row"><%= f.label :email %> <%= f.text_field :email %></div> <div class="row"><%= f.submit "Resend unlock instructions" %></div> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
33 entries across 33 versions & 1 rubygems