Sha256: 098a961b6629a90848aee82f2f331039bc6ae274088589983d8d383fcaab5a67

Contents?: true

Size: 350 Bytes

Versions: 12

Compression:

Stored size: 350 Bytes

Contents

<% form_for("person", @person, :url => {:action => 'signup'},
	:html => {:id => 'signup_form'}) do |f| -%>
	
  <h1>Sign up</h1>
  <p>Thanks for creating an account!  We just need a few pieces of information from you before we can complete your
    signup process.</p>
    
  <%= render :partial => 'signup_form', :locals => { :f => f } %>
<% end -%>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
ae_users_legacy-0.6.14 app/views/account/signup.rhtml
ae_users_legacy-0.6.13 app/views/account/signup.rhtml
ae_users_legacy-0.6.12 app/views/account/signup.rhtml
ae_users_legacy-0.6.11 app/views/account/signup.rhtml
ae_users_legacy-0.6.10 app/views/account/signup.rhtml
ae_users_legacy-0.6.9 app/views/account/signup.rhtml
ae_users_legacy-0.6.8 app/views/account/signup.rhtml
ae_users_legacy-0.6.7 app/views/account/signup.rhtml
ae_users_legacy-0.6.6 app/views/account/signup.rhtml
ae_users_legacy-0.6.5 app/views/account/signup.rhtml
ae_users_legacy-0.6.3 app/views/account/signup.rhtml
ae_users-0.6.0 app/views/account/signup.rhtml