Sha256: a8c1869e1efc07260caebccebc5e93b9de2e4121c34f8bb9dab220937b75079d

Contents?: true

Size: 454 Bytes

Versions: 3

Compression:

Stored size: 454 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

3 entries across 3 versions & 1 rubygems

Version Path
Pimki-1.4.092 app/views/wiki/authors.rhtml
Pimki-1.5.092 app/views/wiki/authors.rhtml
Pimki-1.6.092 app/views/wiki/authors.rhtml