5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
<h2>Adopted by <%= user.name %></h2>
|
||
|
<% if user.organization %>
|
||
|
<h3>of <%= user.organization %></h3>
|
||
|
<% end %>
|