Person

<%= image_tag "person.png", :class => 'icon' %>

<%= @person.name %>

About

<%= @person.desc %>

Link

<%= link_to @person.link, @person.link, :class => 'link' %>
<% @gparents.each do |group| %> <%= render group %> <% end %> <% if @gparents.empty? %>


Shucks, there are no groups.

<% end %>

<% @ichildren.each do |item| %> <%= render item %> <% end %> <% if @ichildren.empty? %>


Shucks, there are no items.

<% end %>