Sha256: 271e637addea6350cf554190148a4d723a063dfb0a527bd8602ca1003c2b993c

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

<% @title = "Authors" %><%= sub_template "top" %>

<p>You can also see a graph of authors->pages in the <a href="../mind/?type=neato&authors_graph=on&Go=Redraw">Mind Map<a> section.<p>

<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" %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
Pimki-1.0.092 app/views/wiki/authors.rhtml
Pimki-1.1.092 app/views/wiki/authors.rhtml
Pimki-1.2.092 app/views/wiki/authors.rhtml
Pimki-1.3.092 app/views/wiki/authors.rhtml