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