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

5 lines
111 B
Plaintext
Raw Normal View History

2011-03-01 06:42:16 +00:00
<h2>Adopted by <%= user.name %></h2>
<% if user.organization %>
<h3>of <%= user.organization %></h3>
<% end %>