Sha256: 332d167f73f222a02349d68f29b08a27e268d6515889976e9aa43cfaf0b6f821

Contents?: true

Size: 606 Bytes

Versions: 12

Compression:

Stored size: 606 Bytes

Contents

<h1>Update your profile</h1>

<p>Hello!  It appears this is the first time you've logged into this site.  Before you log in,
    please take a moment to update your personal information below.</p>
  
<%= auth_stylesheet %>

<% form_for("app_profile", @app_profile, :html => {:class => 'auth_form'}) do |profile_form| %>
    <%= hidden_field_tag "return_to", params[:return_to] %>
    <%= hidden_field_tag "person", @person.id %>
    <%= render :partial => "account/#{@app_profile.class.name.tableize.singularize}", 
		:locals => {:f => profile_form}%>
    <%= submit_tag "Update your profile" %>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

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