Sha256: 4dc144a2d6a8bc84591aca472e27f6ed358b4d80517e4c3e1f4749e1deca4b9f

Contents?: true

Size: 998 Bytes

Versions: 5

Compression:

Stored size: 998 Bytes

Contents

<div class="col-sm-9">
<h2>Forgot your password?</h2>

  <p>Enter your email address below and we'll send you a message with instructions on how to reset your password.</p>

<%= form_for(resource,
             as: resource_name,
             url: password_path(resource_name),
             :html => { method: :post,
                        id: 'password_reset_request',
                        class: 'form-horizontal',
                        role: 'form' }) do |f| %>
  <%= devise_error_messages! %>

      <div class="form-group">
        <label class="col-sm-2 control-label" for="inputEmail">Email</label>
        <div class="col-sm-4">
          <%= f.text_field :email, autofocus: true, class: 'form-control' %>
        </div>
      </div>

      <div class="form-group">
        <div class="col-sm-offset-2 col-sm-4">
          <%= f.submit 'Send password reset instructions', :class => 'btn btn-primary' %>
        </div>
      </div>

<% end %>

<%# render "devise/shared/links" %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/views/devise/passwords/new.html.erb
commonwealth-vlr-engine-0.0.4 app/views/devise/passwords/new.html.erb
commonwealth-vlr-engine-0.0.3 app/views/devise/passwords/new.html.erb
commonwealth-vlr-engine-0.0.2 app/views/devise/passwords/new.html.erb
commonwealth-vlr-engine-0.0.1 app/views/devise/passwords/new.html.erb