Sha256: e5dfc088730a257a032d531039958669a8ba3106dc429c0d44e1927dc702211c

Contents?: true

Size: 343 Bytes

Versions: 37

Compression:

Stored size: 343 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

37 entries across 37 versions & 1 rubygems

Version Path
enju_bookmark-0.0.19 app/views/tags/index.atom.builder
enju_bookmark-0.0.18 app/views/tags/index.atom.builder
enju_bookmark-0.0.17 app/views/tags/index.atom.builder
enju_bookmark-0.0.16 app/views/tags/index.atom.builder
enju_bookmark-0.0.15 app/views/tags/index.atom.builder
enju_bookmark-0.0.14 app/views/tags/index.atom.builder
enju_bookmark-0.0.13 app/views/tags/index.atom.builder
enju_bookmark-0.0.12 app/views/tags/index.atom.builder
enju_bookmark-0.0.11 app/views/tags/index.atom.builder
enju_bookmark-0.0.10 app/views/tags/index.atom.builder
enju_bookmark-0.0.9 app/views/tags/index.atom.builder
enju_bookmark-0.0.8 app/views/tags/index.atom.builder
enju_bookmark-0.0.7 app/views/tags/index.atom.builder
enju_bookmark-0.0.6 app/views/tags/index.atom.builder
enju_bookmark-0.0.5 app/views/tags/index.atom.builder
enju_bookmark-0.0.4 app/views/tags/index.atom.builder
enju_bookmark-0.0.3 app/views/tags/index.atom.builder