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

5 lines
187 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') %>
2011-04-04 04:18:59 +00:00
<%= render(:partial => 'sessions/sign_out') %>