10 lines
No EOL
264 B
Text
10 lines
No EOL
264 B
Text
- content = wikified_body @page.body, @page.title
|
|
- toc = generate_toc @page.body
|
|
|
|
- unless toc.blank?
|
|
#wikitoc
|
|
%h2
|
|
Inhaltsverzeichnis
|
|
%span= link_to_function "[verstecken]", "Element.toggle('wikitoc-content')"
|
|
#wikitoc-content= toc
|
|
= content |