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

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

Issue 2323: Upgrade to Rails 2 SVN Base: http://familyconnect.rubyforge.org/svn/trunk/
Patch Set: Created 1 year, 5 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/upload_photo.rhtml
===================================================================
--- app/views/account/upload_photo.rhtml (revision 36)
+++ app/views/account/upload_photo.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="Upload your photo" class="form">
<%= error_messages_for 'user' %><br/>
@@ -24,5 +24,5 @@
<input type="submit" value="Send Photo &#187;" class="primary" />
</div>
-<%= end_form_tag %>
+<% end %>

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