_atom10_item_comment.atom.builder
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:
Ajax
开发平台:
Others
- xm.entry do
- xm.author { xm.name item.author }
- xm.id "urn:uuid:#{item.guid}"
- xm.published item.created_at.xmlschema
- xm.updated item.updated_at.xmlschema
- xm.title "Comment on #{item.article.title} by #{item.author}", "type"=>"html"
- xm.link "rel" => "alternate", "type" => "text/html", "href" => item.permalink_url
- xm.content html(item), "type"=>"html"
- end