move wiki functionality to plugin

This commit is contained in:
wvengen 2013-10-29 22:42:06 +01:00
parent d4dccbc646
commit 70c12b7c1f
19 changed files with 4 additions and 16 deletions

View file

@ -0,0 +1,8 @@
%table.table.table-striped
%thead
%tr
%th= t 'pages.title'
%th= t 'pages.last_updated'
%tbody
- for page in @pages
= render :partial => "page_list_item", :locals => {:page => page, :level => 0, :siteMap => 0}