diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-25 21:17:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-10-25 21:17:46 +0000 |
commit | a679d19709cfbb935b18b66b779ac315b2d3f845 (patch) | |
tree | eddb6d8af97d3815766020eddf5b40320b22fa23 /app | |
parent | 03062394fcad0d9e12bec5e97b3129406157694e (diff) | |
download | redmine-a679d19709cfbb935b18b66b779ac315b2d3f845.tar.gz redmine-a679d19709cfbb935b18b66b779ac315b2d3f845.zip |
Adds last edit comments on the wiki page (#7082).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10719 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/wiki/show.api.rsb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/wiki/show.api.rsb b/app/views/wiki/show.api.rsb index 2f0690187..c35316104 100644 --- a/app/views/wiki/show.api.rsb +++ b/app/views/wiki/show.api.rsb @@ -6,6 +6,7 @@ api.wiki_page do api.text @content.text api.version @content.version api.author(:id => @content.author_id, :name => @content.author.name) + api.comments @page.content.comments api.created_on @page.created_on api.updated_on @content.updated_on |