<% puts "and the result is (2) ", @name_links.results, "objects is #{@objects}" %> <% @name_links.each do |name_link| %> <% puts "looking up #{name_link.head_uuid}" %> <% if (object = get_object(name_link.head_uuid)) %> <% puts "got #{object}" %>
<%= name_link.name %> <% Link.filter([['link_class','=','tag'],['head_uuid','=',object.uuid]]).collect(&:name).each do |tagname| %> <%= tagname %> <% end %>
<% end %> <% end %>