Sha256: 7af6dde74ab7f31686ea4a4c8efa9eb38d784305070359eb380695e3e8303b38

Contents?: true

Size: 232 Bytes

Versions: 9

Compression:

Stored size: 232 Bytes

Contents

xm.item do
  xm.title "\"#{item.article.title}\" by #{item.author}"
  xm.description item.full_html
  xm.pubDate pub_date(item.created_at)
  xm.guid "urn:uuid:#{item.guid}", "isPermaLink" => "false"
  xm.link comment_link(item)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/xml/_rss20_item_comment.rxml
typo-3.99.3 app/views/xml/_rss20_item_comment.rxml
typo-3.99.2 app/views/xml/_rss20_item_comment.rxml
typo-3.99.1 app/views/xml/_rss20_item_comment.rxml
typo-3.99.4 app/views/xml/_rss20_item_comment.rxml
typo-4.0.2 app/views/xml/_rss20_item_comment.rxml
typo-4.0.0 app/views/xml/_rss20_item_comment.rxml
typo-4.0.1 app/views/xml/_rss20_item_comment.rxml
typo-4.0.3 app/views/xml/_rss20_item_comment.rxml