diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-26 12:54:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-26 12:54:54 +0000 |
commit | ec7d1359301b28a506d3c9e9ad5785cf84d3fcd9 (patch) | |
tree | 3ebc58910568791073a3e955b996c8fd5313e193 /test/fixtures/wiki_contents.yml | |
parent | 60d066f943c68a348fee3a8350dc5ba88878b69c (diff) | |
download | redmine-ec7d1359301b28a506d3c9e9ad5785cf84d3fcd9.tar.gz redmine-ec7d1359301b28a506d3c9e9ad5785cf84d3fcd9.zip |
Adds child_pages macro for wiki pages (#528).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1699 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r-- | test/fixtures/wiki_contents.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml index 5d6d3f1de..8c53d4d97 100644 --- a/test/fixtures/wiki_contents.yml +++ b/test/fixtures/wiki_contents.yml @@ -2,7 +2,7 @@ wiki_contents_001:
text: |-
h1. CookBook documentation
-
+ {{child_pages}}
Some updated [[documentation]] here with gzipped history
updated_on: 2007-03-07 00:10:51 +01:00
page_id: 1
|