Sha256: 4704a585d8d1612b5f35dd3aca5d2a293fb699b9bd1eda41fdfcbd48e9586ed6

Contents?: true

Size: 239 Bytes

Versions: 6

Compression:

Stored size: 239 Bytes

Contents

<h1>Edit My Account</h1>
 
<% form_for @user, :url => account_path do |f| %>
  <%= f.error_messages %>
  <%= render :partial => "form", :object => f %>
  <%= f.submit "Update" %>
<% end %>
 
<br /><%= link_to "My Profile", account_path %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
bdsabian-happy_trails-0.1.0 lib/base_template/app/views/users/edit.html.erb
ginst-2009.12.8 app/views/users/edit.html.erb
ginst-2009.11.24 app/views/users/edit.html.erb
ginst-2009.11.23 app/views/users/edit.html.erb
ginst-2.0.1 app/views/users/edit.html.erb
ginst-2.0.0 app/views/users/edit.html.erb