Sha256: 49838bb3ad370358484c497dd2a9202e6ec57aeb55f052c49035ad8064adbedd

Contents?: true

Size: 1.06 KB

Versions: 11

Compression:

Stored size: 1.06 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">Forgot your password?</h1>
      <div class="u-hr-small u-margin-bottom--xlarge"></div>

      <%= form_for(resource, as: resource_name, url: password_path(resource_name), 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' %>
        <% if resource.errors[:email].present? %>
          <p class="cs-txt-link--error">
            Email <%= resource.errors[:email].first %>
          </p>
        <% end %>

        <%= f.submit 'Send me reset password instructions', class: 'button o-btn--xs-full warning o-btn--xs-full' %>
      <% end %>

      <div class="u-margin-bottom--xlarge u-margin-top--xlarge">
        <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %>
      </div>
    </div>
  </div>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lcms-engine-0.5.5 app/views/devise/passwords/new.html.erb
lcms-engine-0.5.4 app/views/devise/passwords/new.html.erb
lcms-engine-0.5.3 app/views/devise/passwords/new.html.erb
lcms-engine-0.5.2 app/views/devise/passwords/new.html.erb
lcms-engine-0.5.1 app/views/devise/passwords/new.html.erb
lcms-engine-0.5.0 app/views/devise/passwords/new.html.erb
lcms-engine-0.4.2 app/views/devise/passwords/new.html.erb
lcms-engine-0.4.1 app/views/devise/passwords/new.html.erb
lcms-engine-0.4.0 app/views/devise/passwords/new.html.erb
lcms-engine-0.3.1 app/views/devise/passwords/new.html.erb
lcms-engine-0.3.0 app/views/devise/passwords/new.html.erb