Fixed wiki module.
This commit is contained in:
parent
d5552059ce
commit
772cf87c92
12 changed files with 25 additions and 43 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue