app/views/wiki/authors.rhtml in Pimki-1.3.092 vs app/views/wiki/authors.rhtml in Pimki-1.4.092

- old
+ new

@@ -1,15 +1,15 @@ -<% @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> - <%= @web.make_link(author) %> - co- or authored: - <%= @web.select.pages_authored_by(author).collect { |page| page.link }.join ", " %> - </li> - <% end %> -</ul> - -<%= sub_template "bottom" %> +<% @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> + <%= @web.make_link(author) %> + co- or authored: + <%= @web.select.pages_authored_by(author).collect { |page| page.link }.join ", " %> + </li> + <% end %> +</ul> + +<%= sub_template "bottom" %>