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

9 lines
225 B
Plaintext
Raw Normal View History

2012-10-09 02:31:10 +02:00
%table.table.table-striped
%thead
%tr
%th Titel
%th Zuletzt aktualisiert
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}