7 lines
337 B
Plaintext
7 lines
337 B
Plaintext
<h2><%= @hydrant.name ? @hydrant.name.titleize : "This hydrant" %> has been adopted by <%= @hydrant.user.name %></h2>
|
|
<%= @hydrant.user.organization.blank? ? nil : "<h3>of #{@hydrant.user.organization}</h3>".html_safe %>
|
|
<% if user_signed_in? %>
|
|
<%= render :partial => 'steal_form' %>
|
|
<%= render :partial => 'sign_out_form' %>
|
|
<% end %>
|