90f760858e
* pages/all now consists of three alternativ views: recent changes, site map and title list
8 lines
No EOL
397 B
Text
8 lines
No EOL
397 B
Text
-ident = 20 * level
|
|
%tr
|
|
%td{:style => "padding-left: #{ident}px"}
|
|
= link_to page.title, wiki_page_path(page.permalink)
|
|
%td= "#{User.find(page.updated_by).nick} (#{format_datetime_timespec(page.updated_at, '%a, %d. %B %Y %H:%M:%S')})"
|
|
-if siteMap == 1
|
|
-for child in page.children.all
|
|
= render :partial => 'page_list_item', :locals => {:page => child, :level => level+1, :siteMap => 1} |