2009-08-12 19:00:45 +02:00
|
|
|
- content = wikified_body @page.body, @page.title
|
2009-09-28 14:57:11 +02:00
|
|
|
- toc = generate_toc @page.body
|
2011-06-09 21:35:05 +02:00
|
|
|
|
2009-09-28 14:57:11 +02:00
|
|
|
- unless toc.blank?
|
|
|
|
#wikitoc
|
2011-06-09 21:35:05 +02:00
|
|
|
%h2
|
2009-09-28 14:57:11 +02:00
|
|
|
Inhaltsverzeichnis
|
|
|
|
%span= link_to_function "[verstecken]", "Element.toggle('wikitoc-content')"
|
|
|
|
#wikitoc-content= toc
|
2011-06-09 21:35:05 +02:00
|
|
|
= content
|