Sha256: 0443c27a36fe9ab5413f86dc6d4bdca0cebd00e610d33139161ae7a7988b2368

Contents?: true

Size: 252 Bytes

Versions: 3

Compression:

Stored size: 252 Bytes

Contents

feed.entry item, id: "urn:uuid:#{item.guid}", url: item.permalink_url do |entry|
  entry.author do
    entry.name item.author
    entry.uri item.url
  end
  entry.title item.feed_title, 'type' => 'html'
  entry.content html(item), 'type' => 'html'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/shared/_atom_item_comment.atom.builder
publify_core-9.0.1 app/views/shared/_atom_item_comment.atom.builder
publify_core-9.0.0 app/views/shared/_atom_item_comment.atom.builder