Sha256: e469d82aa4fc9cca90258847ac1252af22e5c3bc0ac5ccadee04f8b86953a0c5

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

#dashboard
	%h1.blue= "Account Activation"
	#ics_form
		.ics_form
			= semantic_form_for resource, :as => resource_name, :url => update_user_confirmation_path, :html => {:method => 'put'} do |f|
				= f.inputs do
					= f.input :password
					= f.input :password_confirmation
					= f.input :confirmation_token, :value => @confirmation_token, :as => :hidden
					
				.group.navform.wat-cf
					= f.submit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
auth_eng-0.0.2 app/views/auth_eng/devise/confirmations/show.html.haml
auth_eng-0.0.1 app/views/auth_eng/devise/confirmations/show.html.haml