adopt-a-hydrant/app/views/users/thank_you.html.erb

5 lines
184 B
Plaintext
Raw Normal View History

2011-03-27 18:45:58 +00:00
<h2>Thank you for adopting this hydrant!</h2>
2011-03-27 19:44:15 +00:00
<%= render(:partial => 'users/edit_profile') %>
2011-03-27 19:17:20 +00:00
<%= render(:partial => 'hydrants/abandon') %>
<%= render(:partial => 'users/sign_out') %>