Sha256: f02de7a7821dec19892de38addc4226a7a985eb5a03ceb0f3a9770d831471948

Contents?: true

Size: 980 Bytes

Versions: 12

Compression:

Stored size: 980 Bytes

Contents

<h2 class='text-center'>Forgot your password?</h2>
<%= render "devise/shared/error_messages", resource: resource %>


<%= form_for(:user, as: :user, url: RailsBase.url_routes.user_password_path, html: { method: :post }) do |f| %>

	<div class="field form-group row">
	  <div class="col-md-10 offset-md-1">
    		<%= f.label :email, class: 'text-center' %><br />
	      <%= f.email_field :email, autofocus: true, autocomplete: "email", placeholder: :email, class: 'form-control'%>
	    </div>
	  </div>
	</div>

  <div class="actions row">
    <div class="col-md-10 offset-md-1 text-center">
      <div class="row">
        <div class="col-md-9">
          <%= f.submit "Send me reset password instructions", class: "btn btn_success btn-block" %>
        </div>
        <div class="col-md-3">
          <a class="btn btn_primary btn-block" href="<%= RailsBase.url_routes.new_user_session_path %>" role="button">Sign in</a>
        </div>
      </div>
    </div>
  </div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rails_base-0.58.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.57.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.56.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.55.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.54.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.53.1 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.53.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.52.3 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.52.1 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.52.0 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.51.1 app/views/rails_base/devise/passwords/new.html.erb
rails_base-0.51.0 app/views/rails_base/devise/passwords/new.html.erb