app/views/wiki/authors.rhtml in Pimki-1.6.092 vs app/views/wiki/authors.rhtml in Pimki-1.7.092

- old
+ new

@@ -2,10 +2,10 @@ <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> + <li class='content-box'> <%= @web.make_link(author) %> co- or authored: <%= @web.select.pages_authored_by(author).collect { |page| page.link }.join ", " %> </li> <% end %>