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

Unified Diff: app/views/account/forgot_password.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/forgot_password.rhtml
===================================================================
--- app/views/account/forgot_password.rhtml (revision 36)
+++ app/views/account/forgot_password.rhtml (working copy)
@@ -1,10 +1,10 @@
<h1>Password Reminder</h1>
<h3>Type in your e-mail address</h3>
-<%= start_form_tag %>
+<% form_tag do %>
<p>If you've forgotten your sign-in name or password, we can email it to you directly.</p>
<label for="security_email">Your email address:</label><br/>
<%= text_field 'security', 'email' %>
<%= submit_tag 'Send Me an Email' %>
<input type="button" value="Cancel" onClick="window.location='<%= url_for :controller => 'welcome' %>'">
-<%= end_form_tag %>
+<% end %>

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