photomix/app/views/users/edit.html.erb
Espen Antonsen 14169b1770 block rails3
2010-09-17 18:52:59 +02:00

9 lines
239 B
Plaintext

<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 %>