| 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 »" class="primary" /> |
| </div> |
| -<%= end_form_tag %> |
| +<% end %> |