Fixed wiki module.

This commit is contained in:
benni 2011-05-18 15:25:05 +02:00
parent d5552059ce
commit 772cf87c92
12 changed files with 25 additions and 43 deletions

View file

@ -3,5 +3,5 @@
%tr
%th Titel
%th Zuletzt aktualisiert
- for page in @recent_pages
- for page in Page.non_redirected.order(:updated_at.desc)
= render :partial => "page_list_item", :locals => {:page => page, :level => 0, :siteMap => 0}