Sha256: 900e2272087e9493eee237466b28260439777fae169e20cabd52896b85f0a102

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

<div class="login-form">
	<h1>Forgot Password</h1>
	<%= form_tag spud_admin_password_resets_path do  %>
	  	  
	  <div class="field-group">
		  <%= label_tag :email %>
		  <%= text_field_tag :email %>
	  </div>

	  <div class="field-group">
	  	<%= submit_tag "Send Reset Instructions" %>
	  </div>
	<% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tb_core-1.0.2 app/views/spud/admin/password_resets/index.html.erb
tb_core-1.0.1 app/views/spud/admin/password_resets/index.html.erb