Sha256: 1fc9a3d0beaa7096b86774aee132ac2450808d24876ae2343c5c82ccaa2b92f0

Contents?: true

Size: 582 Bytes

Versions: 33

Compression:

Stored size: 582 Bytes

Contents

.container 
	= form_tag send_password_reset_path, :class => "form-signin", :method => :post do
		%h2.center Reset your password
		.login_input.center
			%div 
				= text_field :user, 'reset_token', :class => "input-block-level", :placeholder => 'Token'

			%div
				= text_field :user, 'new_pw', :class => "input-block-level", :type => "password", :placeholder => 'Password'

			%div
				= text_field :user, 'new_pw_confirm', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'

			= submit_tag 'submit', :class => "btn btn-large btn-primary"

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
user_mgmt-2.1.5 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-2.1.4 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-2.1.3 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-2.1.2 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-2.1.1 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-2.1.0 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-2.0.0 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.1.1 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.1.0 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.9 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.8 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.7 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.6 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.5 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.4 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.3 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.2 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0.1 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-1.0 app/views/user_mgmt/registrations/password_reset.html.haml
user_mgmt-0.9.3 app/views/user_mgmt/registrations/password_reset.html.haml