Sha256: 4303c899d9b8abbf697289381d39d2bb94e6343931dd64ee630e6767b6c0a16e

Contents?: true

Size: 179 Bytes

Versions: 6

Compression:

Stored size: 179 Bytes

Contents

atom_feed do |feed|
  render "shared/atom_header", {feed: feed, items: @items}

  @items.each do |item|
    render "shared/atom_item_comment", {feed: feed, item: item}
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/comments/index_atom_feed.atom.builder
publify_core-9.0.0.pre5 app/views/comments/index_atom_feed.atom.builder
publify_core-9.0.0.pre4 app/views/comments/index_atom_feed.atom.builder
publify_core-9.0.0.pre3 app/views/comments/index_atom_feed.atom.builder
publify_core-9.0.0.pre2 app/views/comments/index_atom_feed.atom.builder
publify_core-9.0.0.pre1 app/views/comments/index_atom_feed.atom.builder