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