Added site map and titel list to pages/all
* pages/all now consists of three alternativ views: recent changes, site map and title list
This commit is contained in:
parent
305a4ac895
commit
90f760858e
7 changed files with 58 additions and 10 deletions
7
app/views/pages/_title_list.html.haml
Normal file
7
app/views/pages/_title_list.html.haml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue