Move plugins to separate directory.
This commit is contained in:
parent
6e990fed4c
commit
6aa8ee7968
59 changed files with 4 additions and 4 deletions
8
plugins/wiki/app/views/pages/_recent_changes.html.haml
Normal file
8
plugins/wiki/app/views/pages/_recent_changes.html.haml
Normal 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue