2011-03-17 18:46:06 +00:00
|
|
|
<h2><%= @hydrant.name ? @hydrant.name.titleize : "This hydrant" %> has been adopted by <%= @hydrant.user.name %></h2>
|
2011-03-18 04:21:37 +00:00
|
|
|
<%= @hydrant.user.organization.blank? ? nil : "<h3>of #{@hydrant.user.organization}</h3>".html_safe %>
|
2011-03-22 08:45:28 +00:00
|
|
|
<% if user_signed_in? %>
|
|
|
|
<%= render :partial => 'steal_form' %>
|
|
|
|
<%= render :partial => 'sign_out_form' %>
|
|
|
|
<% end %>
|