Sha256: 9c4aeb86932ab40378eeeb67142b2baf6675902913018604cf8bd555cf1c85cf

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

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

<% if OPTIONS[:graphviz_available] %>
  <p>You can also see a graph of authors->pages in the <a href="../mind/?draw_type=neato&graph_type=author&Go=Redraw">Mind Map<a> section.<p>
<% end %>

<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

1 entries across 1 versions & 1 rubygems

Version Path
Pimki-1.8.200 app/views/wiki/authors.rhtml