Sha256: 804414258808e777e24e04d21f4d35125fbc8d5505c4a73e8ae8f037755c55b8
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
<% @title = 'Authors' %> <ul id="authorList"> <% for author in @authors %> <li> <%= link_to_page author %> co- or authored: <%= @web.select.pages_authored_by(author).collect { |page| link_to_page(page.name) }.sort.join ', ' %> </li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.2 | app/views/wiki/authors.rhtml |