Sha256: 420714382ec03daffba68955327fcd60ddf2c7d8c68c4c594aef391eb8a06dd1

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 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 class='content-box'>
      <%= @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

2 entries across 2 versions & 1 rubygems

Version Path
Pimki-1.7.092 app/views/wiki/authors.rhtml
Pimki-1.8.092 app/views/wiki/authors.rhtml