Sha256: 985baa9553322e70a52500fbe81869fe29aa448a4bd9ddd7572c6dedf62555a2
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 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) }.join ', ' %> </li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
instiki-0.10.0 | app/views/wiki/authors.rhtml |