Sha256: 3c83c2373463f93e5fc14196b1efdfbb195093826a1d9e244218e321ed2a9e1d

Contents?: true

Size: 627 Bytes

Versions: 52

Compression:

Stored size: 627 Bytes

Contents

<div class="login-form">
	<h1>Spud CMS Admin</h1>
	<%= form_for @user, url: spud_password_reset_path(:id => @user.perishable_token) do |f| %>
	  <% if flash[:notice] %>
	  <div class="alert alert-success">
	    <%= flash[:notice] %>
	  </div>
	<% end %>
	  <%= error_messages_for(f.object) %>

	  <div class="field-group">
	  	<%= f.label :password %>
	  	<%= f.password_field :password %>
	  </div>
	  <div class="field-group">
	  	<%= f.label :password_confirmation %>
	  	<%= f.password_field :password_confirmation %>
	  </div>

	  <div class="field-group">
	  	<%= f.submit "Reset Password" %>
	  </div>

	<% end %>
</div>

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
spud_core-1.0.6 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.5 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.4 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.3 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.2 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.1 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.0 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.0.rc2 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.0.rc1.1 app/views/spud/password_resets/edit.html.erb
spud_core-1.0.0.rc1 app/views/spud/password_resets/edit.html.erb
spud_core-0.9.22 app/views/spud/password_resets/edit.html.erb
spud_core-0.9.21 app/views/spud/password_resets/edit.html.erb
spud_core-0.9.20 app/views/spud/password_resets/edit.html.erb
spud_core-0.9.19 app/views/spud/password_resets/edit.html.erb
spud_core-0.9.18 app/views/spud/password_resets/edit.html.erb
tb_core-1.0 app/views/spud/password_resets/edit.html.erb
tb_core-0.9.19 app/views/spud/password_resets/edit.html.erb
tb_core-0.9.18 app/views/spud/password_resets/edit.html.erb
tb_core-0.9.17 app/views/spud/password_resets/edit.html.erb
spud_core-0.9.17 app/views/spud/password_resets/edit.html.erb