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

21 lines
428 B
Plaintext

- title "Alle Wikiseiten", false
.wiki_all
#breadcrump
= link_to_wikipage_by_permalink("Home", "Foodcoop-Wiki")
%h1 Alle Wikiseiten
#sidebar
#sidebar-links= link_to "Neue Seite anlegen", new_page_path
%table
%tr
%th Titel
%th Zuletzt aktualisiert
- for page in @pages
%tr
%td= link_to page.title, wiki_page_path(page.permalink)
%td= format_datetime page.updated_at