Sha256: 0b8af69a9961bd3678d5530167519851edb99957e4f559d5e4fef79de6406a0d
Contents?: true
Size: 688 Bytes
Versions: 4
Compression:
Stored size: 688 Bytes
Contents
<%- if options[:metatags] %> <h2 class="text-center"><%%= title("Resend unlock instructions") %></h2> <% else -%> <h2 class="text-center">Resend unlock instructions</h2> <%- end %> <%%= 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-group"> <%%= f.input :email, required: true, autofocus: true, input_html: { autocomplete: 'email' } %> </div> <div class="form-group"> <%%= f.button :submit, 'Resend unlock instructions', class: 'btn btn-primary btn-block btn-lg' %> </div> <%% end %> <%%= render "devise/shared/links" %>
Version data entries
4 entries across 4 versions & 1 rubygems