Mercurial > hg > soundsoftware-site
comparison app/views/wiki/show.api.rsb @ 1464:261b3d9a4903 redmine-2.4
Update to Redmine 2.4 branch rev 12663
author | Chris Cannam |
---|---|
date | Tue, 14 Jan 2014 14:37:42 +0000 |
parents | 433d4f72a19b |
children |
comparison
equal
deleted
inserted
replaced
1296:038ba2d95de8 | 1464:261b3d9a4903 |
---|---|
4 api.parent :title => @page.parent.title | 4 api.parent :title => @page.parent.title |
5 end | 5 end |
6 api.text @content.text | 6 api.text @content.text |
7 api.version @content.version | 7 api.version @content.version |
8 api.author(:id => @content.author_id, :name => @content.author.name) | 8 api.author(:id => @content.author_id, :name => @content.author.name) |
9 api.comments @page.content.comments | 9 api.comments @content.comments |
10 api.created_on @page.created_on | 10 api.created_on @page.created_on |
11 api.updated_on @content.updated_on | 11 api.updated_on @content.updated_on |
12 | 12 |
13 api.array :attachments do | 13 api.array :attachments do |
14 @page.attachments.each do |attachment| | 14 @page.attachments.each do |attachment| |