% @title = "Authors" %><%= sub_template "top" %>
You can also see a graph of authors->pages in the Mind Map section. <% for author in @authors %> <%= @web.make_link(author) %> co- or authored: <%= @web.select.pages_authored_by(author).collect { |page| page.link }.join ", " %> <% end %> <%= sub_template "bottom" %>