Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(34)

Unified Diff: app/views/account/edit.rhtml

Issue 2323: Upgrade to Rails 2 SVN Base: http://familyconnect.rubyforge.org/svn/trunk/
Patch Set: Created 1 year, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
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 &#187;" class="primary" />
</div>
-<%= end_form_tag %>
+<% end %>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r483