Sha256: 37561b6bb6edaee1b38a059a1ade34513c186afe0547d0fe1ca330e8c564f6cd

Contents?: true

Size: 334 Bytes

Versions: 22

Compression:

Stored size: 334 Bytes

Contents

atom_feed(url: tags_url(format: :atom)) do |feed|
  feed.title t('page.listing', model: t('activerecord.models.tag')) + " (#{@library_group.display_name.localize})"
  feed.updated(@tags.first ? @tags.first.created_at : Time.zone.now)

  @tags.each do |tag|
    feed.entry(tag) do |entry|
      entry.title(tag.name)
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 app/views/tags/index.atom.builder
enju_bookmark-0.3.1 app/views/tags/index.atom.builder
enju_bookmark-0.3.0 app/views/tags/index.atom.builder
enju_bookmark-0.3.0.beta.1 app/views/tags/index.atom.builder
enju_bookmark-0.2.2 app/views/tags/index.atom.builder
enju_bookmark-0.2.1 app/views/tags/index.atom.builder
enju_bookmark-0.2.0 app/views/tags/index.atom.builder
enju_bookmark-0.2.0.beta.5 app/views/tags/index.atom.builder
enju_bookmark-0.2.0.beta.3 app/views/tags/index.atom.builder
enju_bookmark-0.2.0.beta.2 app/views/tags/index.atom.builder
enju_bookmark-0.2.0.beta.1 app/views/tags/index.atom.builder
enju_bookmark-0.1.3 app/views/tags/index.atom.builder
enju_bookmark-0.1.2 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre23 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre22 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre21 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre20 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre19 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre18 app/views/tags/index.atom.builder
enju_bookmark-0.1.2.pre17 app/views/tags/index.atom.builder