Sha256: 7ba3af8d3d72c87bbf149b2dd2ac29a3c56d66c109ebfe534b4e74b652e5fdb4
Contents?: true
Size: 726 Bytes
Versions: 1
Compression:
Stored size: 726 Bytes
Contents
<h2 class="text-center"><%= t(".resend_confirmation_instructions") %></h2> <%= bootstrap_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %> <%= render "devise/shared/error_messages", resource: resource %> <%= f.email_field :email, autofocus: true, autocomplete: "email", value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> <%= f.form_group class: "d-grid" do %> <%= f.submit t(".resend_confirmation_instructions"), class: "btn btn-primary btn-lg btn-block" %> <% 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/i18n/confirmations/new.html.erb |