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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 <%= start_form_tag({:action => "update", :id => @user}, :multipart => true) %> 1 <% form_tag({:action => "update", :id => @user}, :multipart => true) do %>
2 2
3 <div title="Edit user info" class="form"> 3 <div title="Edit user info" class="form">
4 <h3>Edit User Info</h3> 4 <h3>Edit User Info</h3>
5 <%= error_messages_for 'user' %><br/> 5 <%= error_messages_for 'user' %><br/>
6 6
7 <%= render :partial => 'form' %> 7 <%= render :partial => 'form' %>
8 <input type="submit" value="Update &#187;" class="primary" /> 8 <input type="submit" value="Update &#187;" class="primary" />
9 </div> 9 </div>
10 <%= end_form_tag %> 10 <% end %>
11 11
OLDNEW

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