app/views/wiki/authors.rhtml in Pimki-1.8.092 vs app/views/wiki/authors.rhtml in Pimki-1.8.200

- old
+ new

@@ -1,7 +1,9 @@ <% @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> +<% 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) %>