fix pool version link

This commit is contained in:
albert
2013-02-04 18:34:25 -08:00
parent 838f8cb77d
commit 1506fe88cd
4 changed files with 6 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<section>
<h1>Recent Changes (<%= link_to "all", wiki_pages_path(:meta_sort => "updated_at.desc") %>)</h1>
<h1>Recent Changes (<%= link_to "all", wiki_pages_path(:sort => "time") %>)</h1>
<ul>
<% WikiPage.recent.each do |page| %>
<li class="category-<%= page.category_name %>"><%= link_to page.pretty_title, wiki_page_path(page) %></li>