adopt-a-hydrant/app/views/main/_user_profile.html.erb

5 lines
111 B
Plaintext

<h2>Adopted by <%= user.name %></h2>
<% if user.organization %>
<h3>of <%= user.organization %></h3>
<% end %>