| Path: | app/views/wiki/authors.rhtml |
| Last Update: | Sat May 29 12:52:54 GMT+2:00 2004 |
<% @title = "Authors" %><%= sub_template "top" %>
<ul id="authorList">
<% for author in @authors %>
<li>
<%= @web.make_link(author) %>
co- or authored:
<%= @web.select.pages_authored_by(author).collect { |page| page.link }.join ", " %>
</li>
<% end %>
</ul>
<%= sub_template "bottom" %>