foodsoft/plugins/wiki/app/views/pages/_recent_changes.html.haml

9 lines
239 B
Plaintext
Raw Normal View History

2012-10-09 02:31:10 +02:00
%table.table.table-striped
%thead
%tr
2013-04-12 00:58:38 +02:00
%th= t 'pages.title'
%th= t 'pages.last_updated'
2012-10-09 02:31:10 +02:00
%tbody
- for page in @pages
= render :partial => "page_list_item", :locals => {:page => page, :level => 0, :siteMap => 0}