Sha256: 7d396ef6361688ee629fa8c14584e9d3fe471014304669ccbc98ce09cc0d9477
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 Bytes
Contents
<h2 class="text-center">Resend unlock instructions</h2> <%= bootstrap_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= render "devise/shared/error_messages", resource: resource %> <%= f.email_field :email, autofocus: true, autocomplete: "email" %> <%= f.form_group class: "d-grid" do %> <%= f.submit "Resend unlock instructions", class: "btn btn-primary btn-lg" %> <% end %> <% end %> <div class="text-center"> <%= render "devise/shared/links" %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-form-1.0.0.alpha.pre.1 | app/views/devise/unlocks/new.html.erb |