_atom10_item_comment.atom.builder
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. xm.entry do
  2.   xm.author { xm.name item.author }
  3.   xm.id "urn:uuid:#{item.guid}"
  4.   xm.published item.created_at.xmlschema
  5.   xm.updated item.updated_at.xmlschema
  6.   xm.title "Comment on #{item.article.title} by #{item.author}", "type"=>"html"
  7.   xm.link "rel" => "alternate", "type" => "text/html", "href" => item.permalink_url
  8.   xm.content html(item), "type"=>"html"
  9. end