| Index: app/views/account/edit.rhtml |
| =================================================================== |
| --- app/views/account/edit.rhtml (revision 36) |
| +++ app/views/account/edit.rhtml (working copy) |
| @@ -1,4 +1,4 @@ |
| -<%= start_form_tag({:action => "update", :id => @user}, :multipart => true) %> |
| +<% form_tag({:action => "update", :id => @user}, :multipart => true) do %> |
| <div title="Edit user info" class="form"> |
| <h3>Edit User Info</h3> |
| @@ -7,5 +7,5 @@ |
| <%= render :partial => 'form' %> |
| <input type="submit" value="Update »" class="primary" /> |
| </div> |
| -<%= end_form_tag %> |
| +<% end %> |