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

Side by Side 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, 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 <h1>Password Reminder</h1> 1 <h1>Password Reminder</h1>
2 <h3>Type in your e-mail address</h3> 2 <h3>Type in your e-mail address</h3>
3 3
4 <%= start_form_tag %> 4 <% form_tag do %>
5 <p>If you've forgotten your sign-in name or password, we can email it to you d irectly.</p> 5 <p>If you've forgotten your sign-in name or password, we can email it to you d irectly.</p>
6 <label for="security_email">Your email address:</label><br/> 6 <label for="security_email">Your email address:</label><br/>
7 <%= text_field 'security', 'email' %> 7 <%= text_field 'security', 'email' %>
8 <%= submit_tag 'Send Me an Email' %> 8 <%= submit_tag 'Send Me an Email' %>
9 <input type="button" value="Cancel" onClick="window.location='<%= url_for :con troller => 'welcome' %>'"> 9 <input type="button" value="Cancel" onClick="window.location='<%= url_for :con troller => 'welcome' %>'">
10 <%= end_form_tag %> 10 <% end %>
OLDNEW

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