foodsoft/app/views/pages/_title_list.html.haml
sandoz 90f760858e Added site map and titel list to pages/all
* pages/all now consists of three alternativ views: recent changes, site map and title list
2009-10-06 22:24:51 +02:00

7 lines
No EOL
204 B
Text

.column_content
%table
%tr
%th Titel
%th Zuletzt aktualisiert
- for page in @pages
= render :partial => "page_list_item", :locals => {:page => page, :level => 0, :siteMap => 0}