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

Unified Diff: app/views/account/signup.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/signup.rhtml
===================================================================
--- app/views/account/signup.rhtml (revision 36)
+++ app/views/account/signup.rhtml (working copy)
@@ -1,5 +1,5 @@
<h1>Register</h1>
-<%= start_form_tag({:action => "signup"}, :multipart => true) %>
+<% form_tag({:action => "signup"}, :multipart => true) do %>
<div title="Account signup" id="signupform" class="form">
<h3>Family Member Registration</h3>
@@ -18,5 +18,5 @@
<input type="submit" value="Register &#187;" class="primary" /><br/><br/>
<p align="center">That's it! Click the <i>Register</i> button to finish.</p>
</div>
-<%= end_form_tag %>
+<% end %>

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