Sha256: aead15ebadf2add6cc1007db9610edae0754c90f5ae01c1643db93655c673300

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

<div class="o-page">
  <div class="o-page__content u-pd-content">
    <div class="u-centered u-container--condensed">
      <h1 class="u-margin-bottom--large">Resend confirmation instructions</h1>
      <div class="u-hr-small u-margin-bottom--xlarge"></div>

      <%= form_for(resource, as: resource_name, url: user_confirmation_path, html: { method: :post }) do |f| %>
        <%= f.email_field :email, autofocus: true, class: 'o-input-placehoder--medium-gray' + (resource.errors[:access_code].present? ? ' o-input-error' : ''), placeholder: 'Enter your email', value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
        <% if resource.errors[:email].present? %>
          <p class="cs-txt-link--error">
            Email <%= resource.errors[:email].first %>
          </p>
        <% end %>

        <%= f.submit 'Resend confirmation instructions', class: 'o-btn o-btn--xs-full o-btn--yellow o-btn--xs-full' %>
      <% end %>

      <div class="u-margin-bottom--xlarge u-margin-top--xlarge">
        <%= link_to 'Back to Login', lcms_engine.new_user_session_path %>
      </div>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/views/devise/confirmations/new.html.erb
lcms-engine-0.1.3 app/views/devise/confirmations/new.html.erb
lcms-engine-0.2.0 app/views/devise/confirmations/new.html.erb
lcms-engine-0.1.2 app/views/devise/confirmations/new.html.erb
lcms-engine-0.1.0 app/views/devise/confirmations/new.html.erb