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.5 app/views/xml/_atom10_item_comment.atom.builder
typo-5.4.4 app/views/xml/_atom10_item_comment.atom.builder
typo-5.4.3 app/views/xml/_atom10_item_comment.atom.builder
typo-5.4.2 app/views/xml/_atom10_item_comment.atom.builder
typo-5.4.1 app/views/xml/_atom10_item_comment.atom.builder
typo-5.4 app/views/xml/_atom10_item_comment.atom.builder
typo-4.1.1 app/views/xml/_atom10_item_comment.rxml
typo-5.0.1 app/views/xml/_atom10_item_comment.atom.builder
typo-5.0.2 app/views/xml/_atom10_item_comment.atom.builder
typo-4.1 app/views/xml/_atom10_item_comment.rxml
typo-5.0.3.98.1 app/views/xml/_atom10_item_comment.atom.builder
typo-5.0 app/views/xml/_atom10_item_comment.atom.builder
typo-5.0.3.98 app/views/xml/_atom10_item_comment.atom.builder
typo-5.1.2 app/views/xml/_atom10_item_comment.atom.builder
typo-5.1.1 app/views/xml/_atom10_item_comment.atom.builder
typo-5.1.3 app/views/xml/_atom10_item_comment.atom.builder
typo-5.1.98 app/views/xml/_atom10_item_comment.atom.builder
typo-5.1 app/views/xml/_atom10_item_comment.atom.builder
typo-5.2.98 app/views/xml/_atom10_item_comment.atom.builder
typo-5.2 app/views/xml/_atom10_item_comment.atom.builder