Sha256: 53909a13cd1a78eea39b1060c8ed8a047d943bc346e34ecd027736c6dd4ee958

Contents?: true

Size: 594 Bytes

Versions: 58

Compression:

Stored size: 594 Bytes

Contents

<h2><%=t("devise.confirmations.new.resend_confirmation_instructions")</h2>

<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
  <%= devise_error_messages! %>

  <div class="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
  </div>

  <div class="actions">
    <%= f.submit t("devise.confirmations.new.resend_confirmation_instructions") %>

    <%= render "devise/shared/links" %>
  </div>
<% end %>

Version data entries

58 entries across 58 versions & 3 rubygems

Version Path
thecore_ui_commons-2.1.13 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.12 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.11 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.10 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.9 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.8 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.7 app/views/devise/confirmations/new.html.erb
thecore_ui_commons-2.1.6 app/views/devise/confirmations/new.html.erb
thecore_ui_rails_admin-2.1.4 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.2.1 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.2.0 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.9 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.8 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.7 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.5 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.4 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.2 app/views/devise/confirmations/new.html.erb
thecore_ui_layout_taris_website-1.1.1 app/views/devise/confirmations/new.html.erb