Sha256: 6d7734ec5829cc15a033eae6280caecfc54cb820a2a95727782315a331cdedf7
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
<h2>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, "Resend unlock instructions", :class=>'btn btn-primary' %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
4 entries across 4 versions & 1 rubygems