foodsoft/app/views/pages/all.html.haml
Benjamin Meichsner f450070dbf First steps for an own wiki.
* Scaffold for Page Objekt
* Using textile for rendering html
* Easy wiki-links with [[wikipage]]
2009-03-25 19:54:04 +01:00

12 lines
238 B
Text

- title "Alle Wikiseiten"
%p= link_to "Neue Seite anlegen", new_page_path
%table
%tr
%th Title
%th zuletzt aktualisiert
- for page in @pages
%tr
%td= link_to page.title, page
%td= format_date page.updated_at