Sha256: fd27ded4044d678b51a3f75fa7144c04ece359fed9e8941e5236c78ae6e8e070

Contents?: true

Size: 371 Bytes

Versions: 21

Compression:

Stored size: 371 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
typo-5.3 app/views/xml/_atom10_item_comment.atom.builder