photomix/app/views/users/edit.html.erb

9 lines
239 B
Plaintext
Raw Normal View History

2009-05-22 16:14:07 +02:00
<h1>Edit My Account</h1>
2010-09-17 18:52:59 +02:00
<%= form_for @user, :url => account_path do |f| %>
2009-05-22 16:14:07 +02:00
<%= f.error_messages %>
<%= render :partial => "form", :object => f %>
<%= f.submit "Update" %>
<% end %>
<br /><%= link_to "My Profile", account_path %>