Sha256: 33b6b91805bc7209304040720defe84fac68fb954678b22c8dcc8a86a17d4b89

Contents?: true

Size: 623 Bytes

Versions: 5

Compression:

Stored size: 623 Bytes

Contents

<div class="row">
  <div class="login">

		<%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>

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

			  <%= f.error_notification %>

		  	<div class="form-inputs">
			    <%= f.input :email, required: true, autofocus: true %>
			  </div>

			  <div class="update-form--button form-actions">
			    <%= f.button :submit, "Send me reset password instructions" %>
			  </div>
			</div>

			<% end %>

			<div class="col-sm-12">
				<%= render "users/shared/links" %>
			</div>
	
	</div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
binda-0.0.7 app/views/users/passwords/new.html.erb
binda-0.0.6 app/views/users/passwords/new.html.erb
binda-0.0.5 app/views/users/passwords/new.html.erb
binda-0.0.3 app/views/users/passwords/new.html.erb
binda-0.0.2 app/views/users/passwords/new.html.erb