<%= @hydrant.name ? @hydrant.name.titleize : "This hydrant" %> has been adopted by <%= @hydrant.user.name %>

<%= @hydrant.user.organization.blank? ? nil : "

of #{@hydrant.user.organization}

".html_safe %> <% if user_signed_in? %> <%= render :partial => 'steal_form' %> <%= render :partial => 'sign_out_form' %> <% end %>