Sha256: 1417932300a777eb13d618b8210d167f161e040c85f7832f61433fd5757f753c
Contents?: true
Size: 867 Bytes
Versions: 10
Compression:
Stored size: 867 Bytes
Contents
<div class="row"> <div class="col-lg-4 col-md-6 ml-auto mr-auto"> <%- 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 %> <div class="text-center"> <%%= render "devise/shared/links" %> </div> </div> </div>
Version data entries
10 entries across 10 versions & 1 rubygems