Sha256: 77fca9057e5b6cc79685b623e6183717be3a534a4268d804a473ed9475a341b3
Contents?: true
Size: 515 Bytes
Versions: 3
Compression:
Stored size: 515 Bytes
Contents
<!-- TODO Ennder TRANSLATION "Resend unlock instructions" --> <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><%= f.label :email %><br /> <%= f.email_field :email, :autofocus => true %></div> <!-- TODO Ennder TRANSLATION "Resend unlock instructions" --> <div><%= f.submit "Resend unlock instructions" %></div> <% end %> <%= render "devise/shared/links" %>
Version data entries
3 entries across 3 versions & 1 rubygems